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

databendlabs/openraft

rust raft with improvements observed · 2026-08-28

github.com/databendlabs/openraft · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 99
  • Release rhythm 84
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 63.5
  • age_days: 1937
  • days_rel: 28
  • days_push: 7
  • n_releases_24m: 9

Full methodology

Adoption not part of the score

2035 stars · 236 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

OpenRaft is an advanced implementation of the Raft consensus protocol in Rust, designed to run on any async runtime. It serves as the consensus engine for distributed data storage systems and powers the meta-service cluster of Databend.

Use cases

  • build a replicated key-value store with strong consistency
  • implement leader election for a distributed database cluster
  • add fault-tolerant consensus to a distributed SQL or NoSQL system
  • replicate state machine logs across nodes in Rust
  • build a highly available metadata service
  • learn and experiment with Raft consensus in Rust

When to choose

  • you need a Raft consensus library in Rust with improvements over the standard protocol
  • you want runtime-agnostic async Raft that works with tokio, async-std, or others
  • you are building distributed storage systems like SQL, NoSQL, KV, streaming, or graph databases
  • you want a well-tested, actively maintained consensus engine with extensive documentation

When to avoid

  • you need a full out-of-the-box distributed database rather than a consensus library
  • your project is not in Rust
  • you need other consensus protocols like Paxos or Zab
  • you want a simple, unmodified textbook Raft implementation without extensions

Facets

library · maturity active

concurrency developer-tools microservices databases rust cross-platform raft consensus async-runtime replication distributed-storage algorithms

2 sources

Member repositories

RepositoryRoleHealth v2
databendlabs/openraftmain94

For agents

markdown · JSON · MCP: product_card(name="databendlabs/openraft")

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