How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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 ongardie/dissertation are: Consensus Implementations.
Open-source alternatives to ongardie/dissertation include: lalithsuresh/rapid. logcabin/logcabin — LogCabin is a distributed storage system built on Raft that provides a small amount of highly replicated, consistent…