You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interactive Raft consensus visualizer. Crash nodes, partition the network, cut single links one-way, and watch elections and log repair play out — with every safety invariant machine-checked against the paper.
A distributed, replicated key-value cache in Rust built on a Raft consensus core. The consensus engine is a deterministic, side-effect-free state machine, enabling a simulation harness that injects partitions and message loss to verify safety properties — one leader per term, committed entries never lost — across a multi-node cluster.
A high-performance, fault-tolerant distributed consensus engine implementing state machine replication, dynamic leader election, and linearizable log replication. Designed as a foundational primitive for low-latency cluster coordination and highly available infrastructure.