An open source metrics explorer built with Streamlit.
This project is a work in progress...
- Install requirements
pip install -r requirements.txt
- Initialize the local Duck DB with seed data (or add your own)
python db/init.py
- Start the streamlit app
streamlit run home.py
- Configure metrics in
config/sample.yml
Some configuration for the app can be set in the config/config.yml
black app/
flake8 app/
bandit -r app/