<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>QUERY LANGUAGE on Apache HugeGraph</title><link>https://hugegraph.apache.org/versions/1.7/docs/language/</link><description>Recent content in QUERY LANGUAGE on Apache HugeGraph</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 13 Jun 2025 21:28:50 +0800</lastBuildDate><atom:link href="https://hugegraph.apache.org/versions/1.7/docs/language/index.xml" rel="self" type="application/rss+xml"/><item><title>HugeGraph Gremlin</title><link>https://hugegraph.apache.org/versions/1.7/docs/language/hugegraph-gremlin/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.7/docs/language/hugegraph-gremlin/</guid><description>&lt;h3 id="overview"&gt;Overview&#10;&lt;/h3&gt;&#10;&lt;p&gt;HugeGraph supports &lt;a href="https://tinkerpop.apache.org/gremlin.html"&gt;Gremlin&lt;/a&gt;, a graph traversal query language of &lt;a href="https://tinkerpop.apache.org"&gt;Apache TinkerPop3&lt;/a&gt;. While SQL is a query language for relational databases, Gremlin is a general-purpose query language for graph databases. Gremlin can be used to create entities (Vertex and Edge) of a graph, modify the properties of entities, delete entities, as well as perform graph queries.&lt;/p&gt;&#10;&lt;p&gt;Gremlin can be used to create entities (Vertex and Edge) of a graph, modify the properties of entities, and delete entities. More importantly, it can be used to perform graph querying and analysis operations.&lt;/p&gt;</description></item><item><title>HugeGraph Examples</title><link>https://hugegraph.apache.org/versions/1.7/docs/language/hugegraph-example/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.7/docs/language/hugegraph-example/</guid><description>&lt;h3 id="1-overview"&gt;1 Overview&#10;&lt;/h3&gt;&#10;&lt;p&gt;This example uses the &lt;a href="http://s3.thinkaurelius.com/docs/titan/1.0.0/getting-started.html"&gt;TitanDB Getting Started&lt;/a&gt; guide as a template to demonstrate how to use HugeGraph. By comparing HugeGraph and TitanDB, you can understand the differences between them.&lt;/p&gt;&#10;&lt;h4 id="11-similarities-and-differences-between-hugegraph-and-titandb"&gt;1.1 Similarities and Differences between HugeGraph and TitanDB&#10;&lt;/h4&gt;&#10;&lt;p&gt;Both HugeGraph and TitanDB are graph databases based on the &lt;a href="https://tinkerpop.apache.org"&gt;Apache TinkerPop3&lt;/a&gt; framework. They both support the &lt;a href="https://tinkerpop.apache.org/gremlin.html"&gt;Gremlin&lt;/a&gt; graph query language and share many similarities in terms of usage and interfaces. However, HugeGraph is a completely new design and development, characterized by its clear code structure, richer features, and more user-friendly interfaces.&lt;/p&gt;</description></item></channel></rss>