Skip to content

Real-time dashboard

Danger

This tutorial is out of date. Please check the tutorials overview for our latest tutorials.

This service implements a real-time dashboard using Streamlit.

REal-time dashboard

It reads data from Redis Cloud and displays it in real time. The data displayed is primarily generated by the data aggregation service.

Streamlit dashboard

The code in this service is entirely in Python.

Once the charts are laid out, they are updated every one second in real time by reading the data from Redis Cloud, and then using it to populate the charts.

🏃‍♀️ Next step

Part 9 - Lab