zuoyebang/bitalostored
Bitalostored is a high-performance distributed storage system, core engine based on bitalosdb(self-developed), compatible with Redis protocol. observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 75
- Release rhythm 65
- Longevity 65
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: 57.0
- age_days: 919
- days_rel: 152
- days_push: 152
- n_releases_24m: 5
Adoption not part of the score
2167 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Bitalostored is a high-performance distributed KV storage system from Zuoyebang, built on its self-developed bitalosdb engine and compatible with the Redis protocol. It stores data on low-cost disks instead of memory, includes proxy and dashboard components, and supports sharding, Raft-based consistency, and multi-cloud disaster recovery.
Use cases
- replace redis with a cheaper disk-based kv store
- run a redis-compatible database with horizontal scaling
- store large kv datasets without fitting in memory
- deploy a distributed cache with multi-cloud disaster recovery
- migrate redis workloads to lower-cost storage
- scale kv storage to hundreds of shards with fast expansion
When to choose
- you need Redis protocol compatibility but want disk-based storage to cut memory costs
- you need a distributed, sharded KV store with Raft replication and disaster recovery
- you have very high QPS KV workloads and want proven production stability
When to avoid
- you need full Redis feature coverage or advanced data structures beyond supported commands
- you want a small embedded or single-node library rather than a cluster service
- your dataset is small enough that plain Redis in memory is simpler and sufficient
Facets
service · maturity stable
database caching search-engine databases microservices backend self-hosted go self-hosted redis-compatible kv-store storage-engine distributed-storage raft sharding nosql linux docker
3 sources
- readme: https://github.com/zuoyebang/bitalostored · fetched 2026-08-28 · 32f84d25a551
- homepage: https://bitalos.zuoyebang.com · fetched 2026-08-29 · 181490358d6c
- site_page: https://bitalos.zuoyebang.com/guide/01-intro · fetched 2026-08-29 · e4a514569574
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zuoyebang/bitalostored | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="zuoyebang/bitalostored")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem