This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new ed4b44c  minor tweaks
ed4b44c is described below

commit ed4b44c410254dd8dae00f0e6ddac2fc7c2072e3
Author: Paul King <[email protected]>
AuthorDate: Tue Sep 3 15:44:33 2024 +1000

    minor tweaks
---
 site/src/site/blog/groovy-graph-databases.adoc | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/site/src/site/blog/groovy-graph-databases.adoc 
b/site/src/site/blog/groovy-graph-databases.adoc
index 33ab632..f92530e 100644
--- a/site/src/site/blog/groovy-graph-databases.adoc
+++ b/site/src/site/blog/groovy-graph-databases.adoc
@@ -119,11 +119,22 @@ required for the kind of relationship traversal we are 
looking at.
 There are certainly far more complex SQL examples for different kinds of
 traversals like shortest path.
 
+This example used TuGraph's Cypher variant as the Query language. Not all the
+databases we'll look at support Cypher, but they all have some kind of query
+language or API that makes such queries shorter.
+
+Several of the other databases do support a variant of 
https://www.iso.org/standard/76120.html[Cypher].
+Others support different SQL-like query languages.
+We'll also see several JMV-based databases which support TinkerPop/Gremlin.
+It's a Groovy-based technology and will be our first technology to explore.
+Recently, ISO published an international standard, 
https://www.iso.org/standard/76120.html[GQL],
+for property graph databases. We expect to see databases supporting that 
standard
+in the not too distant future.
+
 Now, it's time to explore the case study using our different database 
technologies.
 We tried to pick technologies that seem reasonably well maintained, had 
reasonable
 JVM support, and had any features that seemed worth showing off. Several we
-selected because they have TinkerPop support. It's a Groovy-based technology
-and will be our first technology to explore.
+selected because they have TinkerPop/Gremlin support.
 
 == Apache TinkerPop
 

Reply via email to