Skip to content

ruke1ire/CryptoView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoView

A crypto dashboard, with confluence.

gif

Getting Started:

  1. Install the prerequisites
pip install -r requirements.txt
sudo apt install -y docker
  1. Create a directory where data will be stored
mkdir <DIRECTORY PATH>
  1. Run a cassandra container on docker and mount the directory for persistent storage
docker run -d --name cassandra -v <DIRECTORY PATH>:/var/lib/cassandra -p 9042:9042 -p 9160:9160 cassandra
  1. Initialize the database
python -m data_handler.initialize_database
  1. Startup the database updater
python -m data_handler.database_updater
  1. Startup the dashboard
python main.py

About

A crypto dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •