팀 당무지의 KPI지표를 나타내는 간단한 웹사이트입니다.
- streamlit
- 파이썬 기반 데이터 표현에 특화된 프론트 프레임워크
- sqlalchemy(pymysql)
- DB 자료 호출
- matplotlib(plotly)
- 시각화
# install dependency
pip install -r requirements.txt
# run streamlit (basic url: http://localhost:8501/)
streamlit run dashboard.py