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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0f8313a  2024/09/03 06:10:23: Generated dev website from 
groovy-website@ed4b44c
0f8313a is described below

commit 0f8313afdbfe60eef70ccaab90e1a1edddf6d0b2
Author: jenkins <[email protected]>
AuthorDate: Tue Sep 3 06:10:23 2024 +0000

    2024/09/03 06:10:23: Generated dev website from groovy-website@ed4b44c
---
 blog/groovy-graph-databases.html | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/blog/groovy-graph-databases.html b/blog/groovy-graph-databases.html
index bdd819f..c66db17 100644
--- a/blog/groovy-graph-databases.html
+++ b/blog/groovy-graph-databases.html
@@ -200,11 +200,24 @@ There are certainly far more complex SQL examples for 
different kinds of
 traversals like shortest path.</p>
 </div>
 <div class="paragraph">
+<p>This example used TuGraph&#8217;s Cypher variant as the Query language. Not 
all the
+databases we&#8217;ll look at support Cypher, but they all have some kind of 
query
+language or API that makes such queries shorter.</p>
+</div>
+<div class="paragraph">
+<p>Several of the other databases do support a variant of <a 
href="https://www.iso.org/standard/76120.html";>Cypher</a>.
+Others support different SQL-like query languages.
+We&#8217;ll also see several JMV-based databases which support 
TinkerPop/Gremlin.
+It&#8217;s a Groovy-based technology and will be our first technology to 
explore.
+Recently, ISO published an international standard, <a 
href="https://www.iso.org/standard/76120.html";>GQL</a>,
+for property graph databases. We expect to see databases supporting that 
standard
+in the not too distant future.</p>
+</div>
+<div class="paragraph">
 <p>Now, it&#8217;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&#8217;s a Groovy-based 
technology
-and will be our first technology to explore.</p>
+selected because they have TinkerPop/Gremlin support.</p>
 </div>
 </div>
 </div>

Reply via email to