eBay/NuRaft
C++ implementation of Raft core logic as a replication library observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 97
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2590
- days_rel: 520
- days_push: 20
- n_releases_24m: 1
Adoption not part of the score
1201 stars · 294 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
NuRaft is a C++ implementation of the Raft consensus algorithm packaged as a replication library. It extends the original Raft paper with production features like pre-vote, priority-based leader election, learners, async replication, and SSL/TLS support.
Use cases
- build a replicated state machine in C++
- add fault-tolerant consensus to a distributed key-value store
- implement leader election across a cluster
- replicate logs reliably between servers
- create a highly available configuration store
When to choose
- you need Raft consensus embedded in a C++ application
- you want production-hardened extensions like pre-vote and priority election
- you need cross-platform support including Windows
- you want a permissive Apache-2.0 licensed consensus library
When to avoid
- you need a full turnkey distributed database rather than a library
- your stack is not C++
- you need a consensus protocol other than Raft
- you require Windows SSL support, which is not available
Facets
library · maturity active
rpc concurrency networking database microservices databases developer-tools windows cpp raft consensus replication distributed-consensus state-machine-replication high-availability linux macos
1 source
- readme: https://github.com/eBay/NuRaft · fetched 2026-08-28 · 8102418643da
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eBay/NuRaft | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem