Subscribe to gdax and poloniex exchange websockets and save aggregated orderbooks and trades into the db
What things you need to install the software and how to install them
python3.6
virtualenv
redis-server
A step by step series of examples that tell you have to get a development env running
-
Clone the Project Repo Using
git clone
-
Create VirtualEnv Using Python3
virtualenv --no-site-packages venv -p python3.6
-
Activate Environment
source venv/bin/activate
-
Change dir
cd fictional_guacamole
-
Run
pip install -r requirements.txt
-
Ubuntu install redis-server Run
sudo apt-get install redis-server
-
Run worker
arq redis_worker.py
-
Run gdax - In new tab activate the env and run
python real_guac_async.py
-
Run poloniex - In new tab activate the env and run
python polo_ws_async.py