Ross ROSS = Recommend OSS · open-source software intelligence for agents

eBay/NuRaft

C++ implementation of Raft core logic as a replication library observed · 2026-08-28

github.com/eBay/NuRaft · C++ · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
eBay/NuRaftmain66

For agents

markdown · JSON · MCP: product_card(name="eBay/NuRaft")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem