StreamForge v2.0 — Live Web Dashboard
StreamForge v2.0 — Live Web Dashboard
What's New
- Live web dashboard on port 8090 — no external tools needed
- Real-time throughput chart — events processed vs anomalies over time
- Anomaly log table — last 50 anomalies with metric, source, value, score, votes, timestamp
- Active metrics panel — shows all live metric streams and their sources
- Cyberpunk UI — neon cyan/purple/pink theme, animated scan line, glowing stats
- Red flashing alert banner — fires automatically when AI detects an anomaly
- Auto-refreshes every 5 seconds via JavaScript fetch
- Works in both local mode and AWS mode equally
How to access
Start StreamForge
./streamforge --local
Open in browser
Dashboard Endpoints
GET / → Main dashboard
GET /dashboard → Same as /
GET /api/health → Live pipeline stats (used by dashboard)
GET /api/anomalies → Last 50 anomalies (used by dashboard)
GET /api/metrics-list → Active metric streams (used by dashboard)