# logcabin/logcabin

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.

Repository: https://github.com/logcabin/logcabin
Canonical: https://ross.abutalabs.com/products/logcabin
Language: C++
License: NOASSERTION
License Family: other
Topics: raft, logcabin
Last push: 2024-06-21T22:47:05+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5182, "days_push": 803, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1964, forks 310 (observed 2026-08-28T04:05:59.810005+00:00)

## What it is
LogCabin is a distributed storage system built on the Raft consensus algorithm that provides a small amount of highly replicated, consistent storage. It serves as a reliable metadata store for other distributed systems and helps solve cluster management issues.

## Use cases
- store core metadata for a distributed system with strong consistency
- implement cluster membership and configuration management
- learn how the Raft consensus algorithm works in a real implementation
- run a highly available replicated key-value store
- coordinate leader election and state machine replication across a cluster

## When to choose
- you need a small, strongly consistent, replicated metadata store for distributed systems coordination
- you want a reference implementation of Raft in C++
- you need reliable cluster management primitives like leader election

## When to avoid
- you need large-scale or high-throughput data storage rather than small metadata
- you want a turnkey service with rich querying or secondary indexes
- you need Windows or macOS support, since it targets Linux x86-64

## Facets
- artifact type: service
- maturity: maintenance
- function: database, rpc, concurrency, caching
- domain: microservices, databases, infrastructure-as-code, developer-tools
- platform: cpp, self-hosted
- tags: raft, consensus, replicated-storage, metadata-storage, cluster-management, c++, linux

## Member repositories
- logcabin/logcabin (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:59.810005+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:05:30.532892+00:00, confidence not recorded.
  - readme: https://github.com/logcabin/logcabin (fetched 2026-08-28T04:05:59.810005+00:00, sha 18209d455cdd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
