Skip to content

Commit 5085d63

Browse files
authored
refactor(flex): Refer to KuzuDb as one of the graph databases in docs of graphscope positioning (#4568)
As titled.
1 parent 986fd08 commit 5085d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/overview/positioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Furthermore, GraphScope has the added advantages of supporting a range of SDKs a
2222
[migrate the existing code](../java_tutorials.md) (without changing a line) to GraphScope, enabling them to enjoy automatic performance improvements.
2323

2424
## Compare with Graph Databases
25-
Graph databases, such as [Neo4j](https://neo4j.com/), [JanusGraph](http://www.janusgraph.cn/) and [Nebula](https://www.nebula-graph.com.cn/),
25+
Graph databases, such as [Neo4j](https://neo4j.com/), [JanusGraph](http://www.janusgraph.cn/), [Nebula](https://www.nebula-graph.com.cn/), and [Kuzu](https://kuzudb.com/),
2626
allow users to query and manipulate the graph data using a declarative query language, e.g.
2727
[Gremlin](https://tinkerpop.apache.org/gremlin.html), [Cypher](https://neo4j.com/developer/cypher/), and [GQL](https://www.gqlstandards.org/).
2828
Like graph databases, GraphScope supports graph queries via the interactive computing engine, or [GIE](./graphscope_for_graph_queries.md),

0 commit comments

Comments
 (0)