bbelderbos / sa-graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DB graphs

Uses SA automap to load in a table and makes a graph of a the counts of a specific column.

Big shout-out to Ruan Bekker's Graphing Pretty Charts With Python Flask and Chartjs which made the graphing part very easy.

Setup

python3.9 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
cp .env-template .env
# set env variables
flask run

About


Languages

Language:HTML 56.0%Language:Python 39.0%Language:Makefile 4.4%Language:Shell 0.7%