Skip to content

Latest commit

History

History
24 lines (16 loc) 路 572 Bytes

README.md

File metadata and controls

24 lines (16 loc) 路 572 Bytes

Monitoring - Web APP

Check out Lesson 6 on Medium to better understand how we built the Streamlit monitoring dashboard.

Install for Development

Create virtual environment:

cd app-monitoring
poetry shell
poetry install

NOTE: Be sure that the API is already running.

Usage for Development

To start the app, run the following:

streamlit run monitoring/main.py --server.port 8502

Access http://127.0.0.1:8502/ to see the app.