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

Evokoa/pgGraph

Open-source graph database superpowers for your existing Postgres data. observed · 2026-08-28

github.com/Evokoa/pgGraph · homepage · Rust · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
Evokoa/pgGraphmain80

For agents

markdown · JSON · MCP: product_card(name="Evokoa/pgGraph")

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