Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanishqjasoria/data-store
https://github.com/tanishqjasoria/data-store
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanishqjasoria/data-store
- Owner: tanishqjasoria
- Created: 2020-04-11T12:33:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T14:31:41.000Z (over 4 years ago)
- Last Synced: 2024-11-05T22:44:07.234Z (2 months ago)
- Language: Python
- Size: 60.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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