# logcabin/logcabin

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/logcabin-logcabin).**

_How this analysis was created: the description and tags below were written by an AI model that read this project's README and public documentation pages; stars, license and language come straight from the GitHub API. The model does not read the source code._

1,961 stars · 310 forks · C++ · NOASSERTION

## Links

- GitHub: https://github.com/logcabin/logcabin
- awesome-repositories: https://awesome-repositories.com/repository/logcabin-logcabin.md

## Topics

`logcabin` `raft`

## Description

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.

## Tags

### Part of an Awesome List

- [Networking and Discovery](https://awesome-repositories.com/f/awesome-lists/devops/networking-and-discovery.md) — Distributed storage system for consistent configuration data.
- [Consensus Implementations](https://awesome-repositories.com/f/awesome-lists/devtools/consensus-implementations.md) — Reference implementation of the consensus algorithm.
