Replies: 1 comment 3 replies
|
hi @tomtom215,
Yes you're right, we don't have the support for Bolt yet. One of the main reasons is the team hasn't shifted focus to an open source server version of Kuzu yet, so far Kuzu remains as a library embedded in users' application processes.
This is a good advice (thanks for that!) and can be considered if we're starting to develop a Kuzu server for open source. |
Uh oh!
There was an error while loading. Please reload this page.
I've been watching this project for a while as it checks almost all of my dream requirements for a graph db, but I do not see that the Bolt Protocol is supported from the documentation. Please correct me if I have overlooked something.
The reason that I bring this up is because I feel as though most graph db guides/tutorials/etc come from a Neo4J background and now Memgraph. Kuzu has Cypher support which is huge, but with Bolt support, it could become a drop-in option to all of those existing quick starts that developers test out graph based ideas with unless I am missing something obvious here (I know not all graph algorithms are implemented yet.)
This is a bit outdated as it is only for v4 of Bolt, but it provides a good reference - https://memgraph.com/blog/memgraph-1-2-release-implementing-the-bolt-protocol-v4
This repo hasn't been updated but is also a reference - https://github.com/memgraph/bolt-proxy
All reactions