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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • little-raft

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

  • 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

  • Paxakos: A Flexible Solution to Consensus

    2 projects | /r/rust | 24 May 2022
  • Ergo: Erlang-inspired event driven actor framework in Go

    10 projects | news.ycombinator.com | 12 Sep 2024
  • Wasmcloud 1.0 Release Notes

    1 project | news.ycombinator.com | 19 Apr 2024
  • CNCF WasmCloud 1.0

    1 project | news.ycombinator.com | 18 Apr 2024
  • SObjectizer Tales - 27. Design ideas

    1 project | dev.to | 11 Apr 2024

Did you konow that Rust is
the 5th most popular programming language
based on number of metions?