
Lim Damien
18 posts

Lim Damien
@damienhe
CTO & Unc @ Evokoa - Virtual Graph for Agents


Today, we’re launching pgGraph: an Apache open-source graph traversal engine for Postgres, written in Rust 🦀 When we started Evokoa, we kept running into the same wall every serious agent team eventually hits: > Agents need to reason across relationships. > But graph DBs are expensive AF, and suck to use. So, we built pgGraph around a simple, single idea: Postgres should stay the source of truth, and the graph engine should live beside it. pgGraph does something different. > It keeps the rows in Postgres, > Compiles the topology around them, > Creates a virtual graph layer using CSR-style adjacency arrays. We're making your existing postgres database graph-traversable for agents without any of the usual BS. > No recursive join hell. > No ETL pipeline. > No second source of truth. > Blazing fast performance pgGraph is already live in production workflows across RevOps, healthcare, and visa services. We’re open-sourcing it because graph traversal should become a default primitive in the agent stack, not an enterprise migration project. Treat Postgres as a graph. Zero data migration. This is what Apache AGE should have been. Docs + Repo below.

Today, we’re launching pgGraph: an Apache open-source graph traversal engine for Postgres, written in Rust 🦀 When we started Evokoa, we kept running into the same wall every serious agent team eventually hits: > Agents need to reason across relationships. > But graph DBs are expensive AF, and suck to use. So, we built pgGraph around a simple, single idea: Postgres should stay the source of truth, and the graph engine should live beside it. pgGraph does something different. > It keeps the rows in Postgres, > Compiles the topology around them, > Creates a virtual graph layer using CSR-style adjacency arrays. We're making your existing postgres database graph-traversable for agents without any of the usual BS. > No recursive join hell. > No ETL pipeline. > No second source of truth. > Blazing fast performance pgGraph is already live in production workflows across RevOps, healthcare, and visa services. We’re open-sourcing it because graph traversal should become a default primitive in the agent stack, not an enterprise migration project. Treat Postgres as a graph. Zero data migration. This is what Apache AGE should have been. Docs + Repo below.














Postgres is a relational database. Postgres is a vector database (@pgvector). And now, Postgres is a Graph database. Introducing @evokoa_ai's postgres extension: A high-performance virtualization engine built in Rust. 🦀🦀🦀 No ETL. No migrations. Just your data, linked. 100% open source. Coming soon, 600+ devs already in discord (link below) ⚡️#PostgreSQL #RustLang #GraphDB 's













