Ross ROSS = Recommend OSS · open-source software intelligence for agents

LadybugDB/ladybug

LadybugDB a graph database observed · 2026-08-28

github.com/LadybugDB/ladybug · homepage · C++ · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
LadybugDB/ladybugmain83

For agents

markdown · JSON · MCP: product_card(name="LadybugDB/ladybug")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem