dpapathanasiou/simple-graph
This is a simple graph database in SQLite, inspired by "SQLite as a document database" observed · 2026-08-28
Health v2 · maintenance only
26/100
- Activity 6
- 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-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2083
- days_rel: n/a
- days_push: 564
- n_releases_24m: 0
Adoption not part of the score
1527 stars · 90 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A simple graph database implemented on top of SQLite, storing nodes as JSON objects and edges as id pairs with optional properties. It provides CRUD SQL statements and traversal queries via Common Table Expressions, with bindings in multiple languages.
Use cases
- store a social graph in sqlite
- build an interest graph for recommendations
- manage task lists with dependencies
- track bugs and their relationships
- model CRM contacts and interactions
- run graph traversals without running a graph server
When to choose
- you want graph storage with zero infrastructure beyond SQLite
- your dataset fits on a single machine and you need simple node/edge CRUD
- you prefer embedding a library over deploying Neo4j or similar
When to avoid
- you need high-throughput distributed graph processing
- you require advanced graph query languages like Cypher or Gremlin
- you need built-in replication or horizontal scaling
Facets
library · maturity active
database search-engine databases developer-tools backend python go cross-platform cli graph-database sqlite embedded-database graph-traversal
1 source
- readme: https://github.com/dpapathanasiou/simple-graph · fetched 2026-08-28 · b29114ea12aa
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| dpapathanasiou/simple-graph | main | 26 |
For agents
markdown · JSON · MCP: product_card(name="dpapathanasiou/simple-graph")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem