indradb/indradb
A graph database written in rust observed · 2026-08-28
Health v2 · maintenance only
40/100
- Activity 37
- Release rhythm 11
- 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: 3152
- days_rel: 382
- days_push: 382
- n_releases_24m: 1
Adoption not part of the score
2459 stars · 135 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
IndraDB is a graph database written in Rust, available as a gRPC-based server with Python and Rust bindings, as an embeddable Rust library, and via a CLI. It supports directed typed graphs, JSON properties, multi-hop queries, and pluggable datastores such as PostgreSQL and sled.
Use cases
- store and query directed graphs with typed vertices and edges
- embed a graph database directly in a Rust application
- query multi-hop graph relationships via gRPC from Python or other languages
- run a lightweight graph server backed by PostgreSQL or sled
- browse and analyze large link graphs like wikipedia articles
When to choose
- you need a simple, high-performance graph database without GC pauses
- you want cross-language access to a graph datastore via gRPC
- you want to embed a graph database natively in Rust code
- your graph is too large for full in-memory graph processing
When to avoid
- you need rich graph query languages like Cypher or Gremlin
- you require a mature ecosystem with extensive tooling and GUIs
- you need full graph analytics algorithms like PageRank built in
Facets
service · maturity active
database rpc cli databases graph-processing developer-tools windows rust python cross-platform graph-database grpc embeddable pluggable-datastores -properties linux macos
2 sources
- readme: https://github.com/indradb/indradb · fetched 2026-08-28 · 0e45803f8d33
- registry_crates: https://crates.io/api/v1/crates/indradb · fetched 2026-08-29 · c6563d23f023
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| indradb/indradb | main | 40 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem