Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noqcks/exchange_puller
https://github.com/noqcks/exchange_puller
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/noqcks/exchange_puller
- Owner: noqcks
- Created: 2018-06-16T21:04:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-16T21:04:34.000Z (over 6 years ago)
- Last Synced: 2024-10-05T12:42:05.386Z (3 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exchange Data
This pulls exchange data and pushes to Google Big Query.
## Info
### Exchanges- Bitfinex
- Bitmex### Types
- Order Book
- Trade Data## Setup
**NOTE**: This requires creds.json locally when building the Docker container. This json file
containes your Google cloud service account creds.To build the Docker container:
```
docker build -t puller .
```To run the Docker container:
```
docker run --env-file=./.env puller bitfinex_orderbook.py
```This will pull order book data for bitfinex and push to Big Query.