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

cozodb/cozo

A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI! observed · 2026-08-28

github.com/cozodb/cozo · homepage · Rust · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1419
  • days_rel: n/a
  • days_push: 637
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

4097 stars · 164 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

CozoDB is a transactional, relational-graph-vector database written in Rust that uses Datalog as its query language. It runs embedded or as a client-server service, supports HNSW vector search, full-text search, and graph algorithms, with bindings for many languages.

Use cases

  • store and query graph data with Datalog
  • run vector similarity search alongside relational joins
  • embed a lightweight database in an app with a single executable
  • run graph algorithms like PageRank on stored relations
  • build RAG applications needing vector search plus graph traversal
  • find near-duplicate documents with MinHash-LSH
  • query recursive relationships in connected data

When to choose

  • you want Datalog's declarative recursive queries over graph data
  • you need vector search integrated with relational and graph queries in one engine
  • you want an embeddable, cross-platform database with bindings for many languages

When to avoid

  • you need a mature, widely-supported SQL database with a large ecosystem
  • you require heavy multi-node horizontal scaling or enterprise-grade replication
  • your workload is simple key-value storage without graph or vector needs

Facets

library · maturity active

database vector-database search-engine databases graph-processing artificial-intelligence cross-platform rust python wasm jvm go embedded datalog graph-database embedded-database hnsw vector-search full-text-search minhash-lsh single-executable search nodejs swift

3 sources

Member repositories

RepositoryRoleHealth v2
cozodb/cozomain23

For agents

markdown · JSON · MCP: product_card(name="cozodb/cozo")

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