# indradb/indradb

A graph database written in rust

Repository: https://github.com/indradb/indradb
Canonical: https://ross.abutalabs.com/products/indradb
Language: Rust
License: MPL-2.0
License Family: copyleft
Topics: graph, graph-database, database, rust, graph-processing
Last push: 2025-08-16T14:25:22+00:00

## Health v2 (maintenance only)
Score: 40/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 37, release rhythm 11, longevity 100
- inputs: {"age_days": 3152, "days_push": 382, "days_rel": 382, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2459, forks 135 (observed 2026-08-28T04:06:53.379861+00:00)

## What it is
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
- artifact type: service
- maturity: active
- function: database, rpc, cli
- domain: databases, graph-processing, developer-tools
- platform: windows, rust, python, cross-platform
- tags: graph-database, grpc, embeddable, pluggable-datastores, -properties, linux, macos

## Member repositories
- indradb/indradb (main) score 40

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:53.379861+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:29:21.156772+00:00, confidence not recorded.
  - readme: https://github.com/indradb/indradb (fetched 2026-08-28T04:06:53.379861+00:00, sha 0e45803f8d33)
  - registry_crates: https://crates.io/api/v1/crates/indradb (fetched 2026-08-29T10:10:59.336602+00:00, sha c6563d23f023)
- Data as of 2026-08-30T08:39:29.467469+00:00.
