Skip to content

Releases: SeanKraemer/distributed-stream-processor

v1.0.0 — Initial release

19 Feb 04:42

Choose a tag to compare

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