stas-prokopiev / binance_historical_data

python PYPI package to dump all needed crypto historical data from binance just by 2 lines of code
MIT License
79 stars 27 forks source link

Store historical data to a timeseries database #15

Open c0indev3l opened 1 year ago

c0indev3l commented 1 year ago

Hello,

It could be nice to provide an example to store Binance historical data into a timeseries database such as TimescaleDB or InfluxDB (and TICK stack) Ideally a Docker environment could be create to automatically update data into database

Kind regards