Netflix/dynomite
A generic dynamo implementation for different k-v storage engines observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- 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: 4710
- days_rel: n/a
- days_push: 835
- n_releases_24m: 0
Adoption not part of the score
4215 stars · 523 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Dynomite is a thin distributed Dynamo layer that adds sharding, multi-datacenter replication, and high availability to storage engines like Redis and Memcached that lack these features natively. It is written in C and runs as a performant proxy layer between clients and key-value stores.
Use cases
- add multi-datacenter replication to redis
- shard a memcached cluster
- make a key-value store highly available
- proxy redis with distributed dynamo semantics
- cross-region replication for nosql cache
When to choose
- you need Dynamo-style replication and sharding on top of Redis or Memcached
- you want multi-datacenter high availability without changing your storage engine
- you need a lightweight, performant C proxy layer
When to avoid
- your storage engine already provides native replication and clustering
- you need a maintained project with active development
- you use storage engines other than Redis or Memcached
Facets
service · maturity maintenance
database caching microservices proxy databases microservices self-hosted backend c self-hosted dynamo redis-proxy memcached multi-datacenter-replication key-value-store netflix-oss linux macos
1 source
- readme: https://github.com/Netflix/dynomite · fetched 2026-08-28 · 37a9610ede01
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Netflix/dynomite | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="Netflix/dynomite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem