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