← Back to context Comment by scosman 1 day ago Oh too bad. Small fast embedded graph DBs are rare. Any good alternatives? 9 comments scosman Reply n_u 1 day ago 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/ luizfelberti 1 day ago There used to be a similarly names one called CozoDB[0] which was pretty awesome but it looks like its development significantly slowed down.[0] https://github.com/cozodb/cozo greyhard 8 hours ago SurrealDB: https://surrealdb.com/ gkorland 1 day ago You should check FalkorDB https://github.com/falkordb/falkordb scosman 1 day ago Not embedded last I checked. Unless that changed. lmeyerov 1 day ago Posted below: GFQL is also OSS and architecturally similar, though slightly different goals and features: https://news.ycombinator.com/item?id=45560036#45561807 nchmy 1 day ago Perhaps dgraph if using go. Or surrealdb, though it's the opposite of small - it's an all in one, do everything db. I'm excited to see how it matures SoftTalker 1 day ago Fork it and organize support for it. NewJazz 1 day ago Someone linked to some duckdb extension above that shows some graph support.
n_u 1 day ago 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/
luizfelberti 1 day ago There used to be a similarly names one called CozoDB[0] which was pretty awesome but it looks like its development significantly slowed down.[0] https://github.com/cozodb/cozo
gkorland 1 day ago You should check FalkorDB https://github.com/falkordb/falkordb scosman 1 day ago Not embedded last I checked. Unless that changed.
lmeyerov 1 day ago Posted below: GFQL is also OSS and architecturally similar, though slightly different goals and features: https://news.ycombinator.com/item?id=45560036#45561807
nchmy 1 day ago Perhaps dgraph if using go. Or surrealdb, though it's the opposite of small - it's an all in one, do everything db. I'm excited to see how it matures
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/
There used to be a similarly names one called CozoDB[0] which was pretty awesome but it looks like its development significantly slowed down.
[0] https://github.com/cozodb/cozo
SurrealDB: https://surrealdb.com/
You should check FalkorDB https://github.com/falkordb/falkordb
Not embedded last I checked. Unless that changed.
Posted below: GFQL is also OSS and architecturally similar, though slightly different goals and features: https://news.ycombinator.com/item?id=45560036#45561807
Perhaps dgraph if using go. Or surrealdb, though it's the opposite of small - it's an all in one, do everything db. I'm excited to see how it matures
Fork it and organize support for it.
Someone linked to some duckdb extension above that shows some graph support.