Evokoa/pgGraph
Open-source graph database superpowers for your existing Postgres data. observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 98
- Release rhythm 98
- Longevity 8
Flags: young no_license
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: 5
- age_days: 112
- days_rel: 12
- days_push: 12
- n_releases_24m: 10
Adoption not part of the score
1014 stars · 85 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
pgGraph is a PostgreSQL extension (built with pgrx in Rust) that adds graph database capabilities—graph search, traversal, and shortest-path queries—directly on top of existing Postgres data. It is part of the Evokoa/Polygres ecosystem alongside pgContext for vector search, and can be self-hosted or used via their managed cloud.
Use cases
- run graph traversal queries on existing postgres tables
- find shortest paths between entities in a relational database
- model relationships without recursive CTE joins
- add graph database features to postgres without a separate neo4j
- give AI agents graph search over structured data
- combine graph traversal with vector search in one query
When to choose
- your data already lives in Postgres and you want graph queries in place
- you want to avoid operating a separate graph database
- you need hybrid graph + vector retrieval for AI agents
- you prefer self-hosting an extension over a managed service
When to avoid
- you need a full standalone graph database with its own query language
- you require a permissive OSI license for redistribution (license is non-standard)
- you need multi-model graph features beyond traversal such as graph algorithms suites
- you are not on PostgreSQL 14-18
Facets
library · maturity active
database search-engine vector-database databases graph-processing self-hosted cloud rust postgres-extension pgrx graph-traversal shortest-path hybrid-search knowledge-graph sql search ai-agents retrieval-augmented-generation linux docker
4 sources
- readme: https://github.com/Evokoa/pgGraph · fetched 2026-08-28 · 3caf5274daae
- homepage: https://www.polygres.com · fetched 2026-08-29 · e62844772a93
- site_page: https://polygres.com/about · fetched 2026-08-29 · 16e7b5373698
- site_page: https://polygres.com/pricing · fetched 2026-08-29 · 7fda291b1023
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Evokoa/pgGraph | main | 80 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem