bdsaglam / cassandra-dashboard

Home Page:https://cassandra-dashboard.herokuapp.com/dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YTD Cassandra Dashboard

For the demo : https://cassandra-dashboard.herokuapp.com/

Screenshot 2022-12-07 at 21 14 57

Preconditions:

You need access to Cassandra API to use this service. It should be started in your local machine as pre-request (https://github.com/ytdmetu/cassandra-api/blob/master/README.md)

To use dashboard service, create an Python environment and activate it. Then install project dependencies.

python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt

In order to run dashboard in local env:

python3 app.py

The dashboard will be available at http://127.0.0.1:8050/

About

https://cassandra-dashboard.herokuapp.com/dev


Languages

Language:Python 99.5%Language:Procfile 0.5%