Skip to content

StreamForge v1.0

Choose a tag to compare

@Adarsh73111 Adarsh73111 released this 22 Mar 17:44
7245ae9

StreamForge v1.0 — Core Pipeline

What's included

  • Lock-free pipeline — 18,274 req/sec sustained
  • AI anomaly detection — ZScore, EWMA, IsolationForest (2-of-3 voting)
  • Full AWS integration — S3 archiving, DynamoDB logging, SNS alerts
  • REST Query API — /health /metrics /anomalies /query
  • Local mode — runs on any machine without AWS (--local flag)
  • Docker support — docker compose up
  • GitHub Actions CI — passing
  • Benchmark — 24.6x faster than Python FastAPI on identical hardware

How to run

# Local mode
./streamforge --local

# AWS mode
./streamforge