Data Stream Demo
This demo showcases data streaming from a FastAPI backend. The data is fetched from the /data/sample/stream endpoint and displayed in real-time as it arrives.
Live Data Stream
| time | glucose | meal_tag |
|---|
{% extends "base.html" %} {% block title %}Data Stream Demo{% endblock %} {% block head %} {{ super() }} {% endblock %}
This demo showcases data streaming from a FastAPI backend. The data is fetched from the /data/sample/stream endpoint and displayed in real-time as it arrives.
| time | glucose | meal_tag |
|---|