cozodb/cozo
A transactional, relational-graph-vector database that uses Datalog for query. The hippocampus for AI! 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
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
- readme: https://github.com/cozodb/cozo · fetched 2026-08-28 · e436a4daae09
- homepage: https://cozodb.org · fetched 2026-08-29 · ad19ac36e282
- registry_crates: https://crates.io/api/v1/crates/cozo · fetched 2026-08-29 · 15cc75a61227
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| cozodb/cozo | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem