ByteStorage/FlyDB
The high-performance kv storage engine based on bitcask paper made in golang observed · 2026-08-28
Health v2 · maintenance only
30/100
- Activity 21
- Release rhythm 8
- Longevity 89
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: 1251
- days_rel: n/a
- days_push: 477
- n_releases_24m: 0
Adoption not part of the score
1232 stars · 98 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FlyDB is a high-performance key-value storage engine written in Go, based on the bitcask log-structured storage model. It serves as a cost-effective alternative to in-memory stores like Redis by balancing fast read/write performance with cheaper disk-based storage.
Use cases
- embed a fast key-value store in a Go application
- replace Redis where disk-based storage is acceptable
- store key-value pairs with low storage cost
- build a caching layer backed by disk
- learn how bitcask storage engines work
- persist session or metadata as key-value pairs
When to choose
- you need an embedded KV store in Go with fast reads and writes
- you want Redis-like semantics without keeping all data in memory
- your workload fits the bitcask model of append-only writes and in-memory indexes
When to avoid
- you need SQL, joins, or rich queries
- you require multi-node replication or full Raft consensus today
- you need battle-tested production maturity comparable to Redis or RocksDB
Facets
library · maturity active
database caching databases developer-tools backend go windows cross-platform key-value-store bitcask storage-engine embedded-database redis-alternative log-structured-storage linux macos
1 source
- readme: https://github.com/ByteStorage/FlyDB · fetched 2026-08-28 · eee38e63a126
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ByteStorage/FlyDB | main | 30 |
For agents
markdown · JSON · MCP: product_card(name="ByteStorage/FlyDB")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem