Comment by scosman
Comment by scosman 2 days ago
Oh too bad. Small fast embedded graph DBs are rare. Any good alternatives?
Comment by scosman 2 days ago
Oh too bad. Small fast embedded graph DBs are rare. Any good alternatives?
There used to be a similarly names one called CozoDB[0] which was pretty awesome but it looks like its development significantly slowed down.
You should check FalkorDB https://github.com/falkordb/falkordb
Posted below: GFQL is also OSS and architecturally similar, though slightly different goals and features: https://news.ycombinator.com/item?id=45560036#45561807
There was a recent VLDB paper[1] demonstrating that the extension DuckPGQ[2] for DuckDB (an embedded database) offers competitive graph query performance compared to Neo4j and Umbra. No data on how it compares to KuzuDB.
[1] https://vldb.org/cidrdb/papers/2023/p66-wolde.pdf [2] https://duckpgq.org/