Skip to content

Angry-Robot-Deals/candle-collector

Repository files navigation

Fetches crypto exchanges candles (K-lines) and saves it to a Postgres database

Supported exchanges

  • Binance
  • Bybit
  • Gateio
  • Huobi
  • Kucoin
  • Mexc
  • Okx
  • Poloniex

Prepare for launch

cp .env.example .env

Change the values in the .env file to your own

Running the app

docker compose -p cc -f docker-compose.yml build
docker compose --env-file .env -p cc -f docker-compose.yml up -d --remove-orphans

Stop the app

docker compose -p cc -f docker-compose.yml down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages