<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>API on Apache HugeGraph</title><link>https://hugegraph.apache.org/versions/1.7/docs/clients/</link><description>Recent content in API on Apache HugeGraph</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Mon, 01 Dec 2025 15:38:17 +0800</lastBuildDate><atom:link href="https://hugegraph.apache.org/versions/1.7/docs/clients/index.xml" rel="self" type="application/rss+xml"/><item><title>HugeGraph Java Client</title><link>https://hugegraph.apache.org/versions/1.7/docs/clients/hugegraph-client/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.7/docs/clients/hugegraph-client/</guid><description>&lt;p&gt;The code in this document is written in &lt;code&gt;java&lt;/code&gt;, but its style is very similar to &lt;code&gt;gremlin(groovy)&lt;/code&gt;. The user only needs to replace the variable declaration in the code with &lt;code&gt;def&lt;/code&gt; or remove it directly,&#10;You can convert &lt;code&gt;java&lt;/code&gt; code into &lt;code&gt;groovy&lt;/code&gt;; in addition, each line of statement can be without a semicolon at the end, &lt;code&gt;groovy&lt;/code&gt; considers a line to be a statement.&#10;The &lt;code&gt;gremlin(groovy)&lt;/code&gt; written by the user in &lt;code&gt;HugeGraph-Studio&lt;/code&gt; can refer to the &lt;code&gt;java&lt;/code&gt; code in this document, and some examples will be given below.&lt;/p&gt;</description></item><item><title>Gremlin-Console</title><link>https://hugegraph.apache.org/versions/1.7/docs/clients/gremlin-console/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://hugegraph.apache.org/versions/1.7/docs/clients/gremlin-console/</guid><description>&lt;p&gt;Gremlin-Console is an interactive client developed by TinkerPop. Users can use this client to perform various operations on Graph. There are two main usage modes:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Stand-alone offline mode&lt;/li&gt;&#10;&lt;li&gt;Client/Server mode&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;&lt;strong&gt;Note: Gremlin-Console is only for users to quickly get started and experience, it is not recommended for use in production environments.&lt;/strong&gt;&lt;/p&gt;&#10;&lt;h3 id="1-stand-alone-offline-mode"&gt;1 Stand-alone offline mode&#10;&lt;/h3&gt;&#10;&lt;p&gt;Since the lib directory already contains the HugeCore jar package, and HugeGraph-Server has been registered in the Console as a plug-in, the users can write a groovy script directly to call the code of HugeGraph-Core, and then hand it over to the parsing engine in Gremlin-Console for execution. As a result, the users can operate the graph &lt;strong&gt;without&lt;/strong&gt; starting the Server.&lt;/p&gt;</description></item></channel></rss>