Skip to content

amine759/Bitcoin-Streaming-Redis

Repository files navigation

Bitcoin-Streaming-Redis

img

To run :

with docker

Execute the run.sh script it has everything you need

chmod +x run.sh
bash run.sh

Pull from dockerhub

Alternatively you can pull from the dockerhub, and then run the container directly

docker pull krizalid69/bitcoin-stream-redis:latest

Without docker

You will need to run both of the publisher.py and subscriber.py and then the dash_app.py First create a venv and install dependencies

python3 -m venv venv 
. venv/bin/activate
pip install -r requirements

then run the necessary files :

python3 publisher.py 
python3 subscriber.py
python3 dash_app.py

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published