3 Repos
Papers and projects detailing the practical implementation of distributed consensus algorithms.
Explore 3 awesome GitHub repositories matching part of an awesome list · Consensus Implementations. Refine with filters or upvote what's useful.
LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent storage. It is a reliable place for other distributed systems to store their core metadata and is helpful in solving cluster management issues.
Reference implementation of the consensus algorithm.
Sources for my PhD dissertation on the Raft consensus algorithm
Academic dissertation detailing the consensus algorithm.
Implementation of a fast consensus protocol for membership changes.