Releases: SeanKraemer/distributed-stream-processor
Releases · SeanKraemer/distributed-stream-processor
v1.0.0 — Initial release
Initial public release of the distributed stream processing system.
Includes:
- SWIM gossip-based failure detector (O(log n) convergence, suspicion mechanism)
- HyDFS distributed file system (consistent hashing ring, 3× replication, per-client append ordering)
- RainStorm stream processing engine (exactly-once semantics, dynamic autoscaling)
- 10-node cluster via Docker Compose
Quick start:
make build-docker
make up
make demo