How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
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.
Sources for my PhD dissertation on the Raft consensus algorithm
The main features of lalithsuresh/rapid are: Consensus Implementations.
Projects with overlapping indexed features include: logcabin/logcabin — LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent… ongardie/dissertation — Sources for my PhD dissertation on the Raft consensus algorithm.