LadybugDB/ladybug
LadybugDB a graph database observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 99
- Release rhythm 96
- Longevity 23
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: 8
- age_days: 330
- days_rel: 29
- days_push: 7
- n_releases_24m: 22
Adoption not part of the score
1668 stars · 132 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ladybug is an embedded, serverless graph database (a community successor to Kuzu) written in C++, using a property graph data model and the Cypher query language. It features columnar storage, vectorized query execution, ACID transactions, full-text search, vector indices, and client bindings for Python, Node.js, Rust, Go, Swift, Java, C/C++, and WebAssembly.
Use cases
- run analytical Cypher queries on large graphs inside my application
- embed a graph database without running a server
- store and query knowledge graphs of code or documents
- add vector similarity search to graph data for RAG
- replace KuzuDB after its development stopped
- query graph data from Python or Node.js
- run graph analytics on Parquet or Arrow data
- build agentic AI apps with an embedded graph store
When to choose
- you need an embedded, dependency-free graph database with Cypher support
- you run join-heavy analytical workloads on large graphs
- you want full-text and vector search alongside graph queries
- you need a maintained KuzuDB successor
- you want in-process ACID transactions with multi-core parallelism
When to avoid
- you need a distributed, multi-node graph database server
- you primarily need simple relational queries better served by DuckDB or SQLite
- you need a mature ecosystem of graph visualization tooling
- you require long-term enterprise support guarantees from a large vendor
Facets
library · maturity active
database search-engine vector-database cli databases developer-tools artificial-intelligence data-science cross-platform python rust go jvm cpp wasm cli graph-database cypher embedded-database columnar-storage property-graph knowledge-graph kuzu-successor acid-transactions full-text-search vector-index nodejs
3 sources
- readme: https://github.com/LadybugDB/ladybug · fetched 2026-08-28 · 2ee75e132bd4
- homepage: https://ladybugdb.com/ · fetched 2026-08-29 · f3f4be541bf7
- site_page: https://docs.ladybugdb.com · fetched 2026-08-29 · adec11cab2c0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| LadybugDB/ladybug | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="LadybugDB/ladybug")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem