From 2d0b9ae8ad1b1aea80933d92b80114e08a182c38 Mon Sep 17 00:00:00 2001 From: d33bs Date: Thu, 30 May 2024 09:22:01 -0600 Subject: [PATCH] rephrase for clarity Co-Authored-By: Vincent Rubinetti <8326331+vincerubinetti@users.noreply.github.com> --- ...raging-K\303\271zu-and-Cypher-for-Advanced-Data-Analysis.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/_posts/2024-05-24-Leveraging-K\303\271zu-and-Cypher-for-Advanced-Data-Analysis.md" "b/_posts/2024-05-24-Leveraging-K\303\271zu-and-Cypher-for-Advanced-Data-Analysis.md" index 9f25d23fd0..39d18fe9e7 100644 --- "a/_posts/2024-05-24-Leveraging-K\303\271zu-and-Cypher-for-Advanced-Data-Analysis.md" +++ "b/_posts/2024-05-24-Leveraging-K\303\271zu-and-Cypher-for-Advanced-Data-Analysis.md" @@ -93,7 +93,7 @@ For example, a basic Cypher query to find all nodes connected by a "FRIEND" rela [Kùzu](https://github.com/kuzudb/kuzu) is an embedded graph database and query engine designed to integrate seamlessly with Python, Rust, Node, C/C++, or Java software. Kùzu is optimized for high performance and can handle complex graph queries with ease. -Querying graphs in Kùzu is performed through Cypher, providing transferrability of queries in multiple programming languages. +Querying graphs in Kùzu is performed using the Cypher syntax, providing transferrability of queries in multiple programming languages. Kùzu also provides direct integration with export formats that allow for efficient data analysis or processing such as Pandas and Arrow. Kùzu is particularly suitable for software developers who need to integrate graph database capabilities into their projects without the overhead of managing a separate database server.