| ▲ | anentropic 8 hours ago | |
...turns out they are compared here: https://docs.latticedb.org/comparisons/vs-kuzu | ||
| ▲ | lmeyerov 2 hours ago | parent [-] | |
Congrats! For those into the `pip install ...` flow and kuzu, is gfql: we started around the same time in a non-VC-funded oss manner with overlap in key architectural ideas: - cpu columnar vectorized engine + optionally the only open source gpu engine mode for bigger graphs / faster queries - removes the need for a database / file: pure compute-tier engine you can write to parquet/json if you want, plays with parallel reader/writers in simple ways b/c that, and TBD iceberg - adds full graph analytic pipeline support, eg, for feature engineering in real-time fraud & memory pipelines - also millisecond/submillisecond times on small graphs like that small 100K edge graph benchmark Main box not formally checked is streaming. Funny enough, we're designed for GPU firehose workloads, so would be fun to demo and see what gaps are left. | ||