eliben/raft resource
:rowboat: Raft implementation in Go observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 74
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 2405
- days_rel: n/a
- days_push: 156
- n_releases_24m: 0
Adoption not part of the score
1425 stars · 204 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
An instructional implementation of the Raft distributed consensus algorithm in Go, organized as self-contained partN directories accompanying a blog post series. It includes tests, a log visualization tool, and a key/value database built on top of the Raft implementation.
Use cases
- learn how the raft consensus algorithm works
- understand leader election and log replication with readable code
- study a step-by-step raft implementation with blog posts
- visualize raft server logs during tests
- see how to build a key/value database on raft
- reference implementation for writing my own consensus code
When to choose
- you want to learn or teach raft by reading clear, dependency-free Go code
- you want a small, self-contained raft codebase to experiment with
- you want to follow along with an in-depth blog series on consensus
When to avoid
- you need a production-grade raft library for a real distributed system
- you need a maintained, feature-complete consensus package with support guarantees
- you expect a single reusable module - the code is deliberately duplicated across parts
Facets
learning-resource · maturity active
concurrency developer-tools testing microservices tutorials education go cli cross-platform raft consensus distributed-systems instructional go blog-series algorithms
1 source
- readme: https://github.com/eliben/raft · fetched 2026-08-28 · cee3bd8c9a1a
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eliben/raft | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem