Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanishqjasoria/data-store


https://github.com/tanishqjasoria/data-store

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# data-capture

-> binance_data.py - responsible for fetching data from the Binance server using RESTful API

-> check_data_quality.py - is a periodic test run to check the quality of data stored

->crypto_store.py - get 1M ticker data using binance_data and calculate 5M, 15M, 30M 1H ticker. Store the values in the database. Also, runs periodic quality test using check_data_quality


InfluxDB is used to store the data. CRYPTO_1M, CRYPTO_5M, CRYPTO_15M, CRYPTO_30M, CRYPTO_1H measurements are used to store corresponding ticker data.



To run this on you machine


git clone https://github.com/tanishqjasoria/data-capture.git

cd data_capture

./setup.sh

python3 crypto_store.py -M run