Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 747 Bytes

File metadata and controls

20 lines (14 loc) · 747 Bytes

Timeseries data scraper example, implementing the ideas mentioned in this tutorial.

Scrapes spot data from binance api and stores it in a mongodb database.

Dependencies

Running the app

chmod +x run.sh

# start the binance-pooler/cmd/pooler app
./run.sh pooler
# run tests for the project (will be written under mongodb database called `test`)
./run.sh test