GitDeployHub

openbb-finance/openbb-simudyne-demo

github.com/openbb-finance/openbb-simudyne-demo ↗
Python
14 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • SIMUDYNE_API_KEY secret
  • SIMUDYNE_SYMBOL
  • SIMUDYNE_DATE
  • SIMUDYNE_ALLOWED_DATES
  • SIMUDYNE_ALLOWED_SYMBOLS
  • SIMUDYNE_ALLOWED_SCENARIOS
  • SIMUDYNE_STARTUP_FORCE_REFRESH
  • SIMUDYNE_STARTUP_BLOCKING_WARMUP
  • SIMUDYNE_KEEP_RAW_PARQUET
  • SIMUDYNE_WARMUP_WORKERS
  • SIMUDYNE_DUCKDB_THREADS
  • SIMUDYNE_API_TIMEOUT_SEC
  • SIMUDYNE_API_RETRIES
  • SIMUDYNE_API_RETRY_BACKOFF_SEC
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/openbb-finance/openbb-simudyne-demo
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/openbb-finance/openbb-simudyne-demo
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/openbb-finance/openbb-simudyne-demo
Or deploy to a different host
← Try another repo