Show HN: Raft in Rust
Category: library
Tags: raft, consensus, distributed-systems, rust, sans-io
Score: 6.5/10 (Innovation: 5, Technical: 8, Documentation: 7, Utility: 6)
Ferris Ferry is a Rust implementation of the Raft consensus algorithm with a clean sans-I/O architecture that separates the consensus state machine from I/O and networking. Its design with pluggable transport and storage, coupled with a well-structured event loop, makes it an interesting educational and practical tool for building distributed systems.
Target audience: backend devs
Repository: https://github.com/carterburn/ferris-ferry ยท Rust
View on Hacker News