twitter-archive/flockdb
A distributed, fault-tolerant graph database observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
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: 5987
- days_rel: n/a
- days_push: 3457
- n_releases_24m: 0
Adoption not part of the score
3316 stars · 245 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
FlockDB is a distributed, fault-tolerant graph database built by Twitter for storing adjacency lists of directed graphs, such as social graphs. It is optimized for high-throughput, low-latency online workloads with simple edge storage and set arithmetic queries rather than multi-hop graph traversal.
Use cases
- store a social graph like who follows whom
- run set arithmetic queries over large edge lists
- page through query results containing millions of edges
- archive and later restore graph edges
- horizontally scale a high write-throughput graph store
- store secondary indices for a large web service
When to choose
- you need simple adjacency-list storage with very high read/write throughput
- you want horizontal scaling and replication for billions of edges
- your queries are single-hop set operations rather than graph walks
When to avoid
- you need multi-hop or graph-walking queries, which are explicitly non-goals
- you want an actively maintained project - Twitter no longer maintains it or responds to issues
- you need automatic shard migrations or a general-purpose graph database like Neo4j
Facets
library · maturity abandoned
database search-engine rpc databases microservices social-media developer-tools jvm graph-database scala social-graph sharding thrift twitter adjacency-lists unmaintained linux macos
1 source
- readme: https://github.com/twitter-archive/flockdb · fetched 2026-08-28 · d42fae171963
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| twitter-archive/flockdb | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="twitter-archive/flockdb")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem