Skip to content

StreamForge v2.0 — Live Web Dashboard

Choose a tag to compare

@Adarsh73111 Adarsh73111 released this 22 Mar 19:24

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

http://localhost:8090

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)