Side project: Raft distributed consensus algorithm implementation & CLI visualization in Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • paxakos

    Rust implementation of Paxos consensus algorithm

  • It's not quite done, but feel free to take a look: https://github.com/benschulz/paxakos/tree/d88c69e4d5158425c78467ccd229c7237eba76c7

  • little-raft

    The lightest distributed consensus library. Run your own replicated state machine! ❤️

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • uppercut

    Small and simple actor model implementation.

  • PAXOS is even simpler that Raft IMO, when distilled to message-specific state updates. This is my homegrown PAXOS impl in Rust based on also homegrown Actor Model impl in 370 LoC: https://github.com/sergey-melnychuk/uppercut/blob/develop/examples/paxos.rs

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts