Skip to content

Commit fb57727

Browse files
committed
Deploying to master from @ JanusGraph/janusgraph@af63176 🚀
1 parent d0ff9d4 commit fb57727

22 files changed

Lines changed: 22 additions & 22 deletions

File tree

master/advanced-topics/hadoop/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ <h1 id="janusgraph-with-tinkerpops-hadoop-gremlin">JanusGraph with TinkerPop’s
20972097
how to get started with those projects, but please refer to those
20982098
project communities to become more deeply familiar with them.</p>
20992099
<p>JanusGraph-Hadoop works with TinkerPop’s
2100-
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#hadoop-gremlin">hadoop-gremlin</a>
2100+
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#hadoop-gremlin">hadoop-gremlin</a>
21012101
package for general-purpose OLAP.</p>
21022102
<p>For the scope of the example below, Apache Spark is the computing
21032103
framework and Apache Cassandra is the storage backend. The directions
@@ -2516,7 +2516,7 @@ <h2 id="other-vertex-programs">Other Vertex Programs</h2>
25162516
<p>Once you are familiar with how to configure JanusGraph to work with
25172517
Spark, you can run all the other vertex programs provided by Apache
25182518
TinkerPop, like Page Rank, Bulk Loading and Peer Pressure. See the
2519-
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#vertexprogram">TinkerPop VertexProgram docs</a>
2519+
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#vertexprogram">TinkerPop VertexProgram docs</a>
25202520
for more details.</p>
25212521

25222522

master/basics/connecting/dotnet/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlinnet">Getting Started with Jan
20542054
</li>
20552055
<li>
20562056
<p>Add Gremlin.Net:
2057-
<div class="highlight"><pre><span></span><code>dotnet<span class="w"> </span>add<span class="w"> </span>package<span class="w"> </span>Gremlin.Net<span class="w"> </span>-v<span class="w"> </span><span class="m">3</span>.7.2
2057+
<div class="highlight"><pre><span></span><code>dotnet<span class="w"> </span>add<span class="w"> </span>package<span class="w"> </span>Gremlin.Net<span class="w"> </span>-v<span class="w"> </span><span class="m">3</span>.7.3
20582058
</code></pre></div></p>
20592059
</li>
20602060
<li>

master/basics/connecting/java/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2085,13 +2085,13 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-java">Getting Started with J
20852085
<span class="nt">&lt;dependency&gt;</span>
20862086
<span class="w"> </span><span class="nt">&lt;groupId&gt;</span>org.apache.tinkerpop<span class="nt">&lt;/groupId&gt;</span>
20872087
<span class="w"> </span><span class="nt">&lt;artifactId&gt;</span>gremlin-driver<span class="nt">&lt;/artifactId&gt;</span>
2088-
<span class="w"> </span><span class="nt">&lt;version&gt;</span>3.7.2<span class="nt">&lt;/version&gt;</span>
2088+
<span class="w"> </span><span class="nt">&lt;version&gt;</span>3.7.3<span class="nt">&lt;/version&gt;</span>
20892089
<span class="nt">&lt;/dependency&gt;</span>
20902090
</code></pre></div>
20912091
</div>
20922092
<div class="tabbed-block">
20932093
<div class="highlight"><pre><span></span><code><span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.janusgraph:janusgraph-driver:1.0.0&quot;</span>
2094-
<span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.apache.tinkerpop:gremlin-driver:3.7.2&quot;</span>
2094+
<span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.apache.tinkerpop:gremlin-driver:3.7.3&quot;</span>
20952095
</code></pre></div>
20962096
</div>
20972097
</div>

master/basics/connecting/python/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2054,7 +2054,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-python">Getting Started with
20542054
<p>To get started with Gremlin-Python:</p>
20552055
<ol>
20562056
<li>Install Gremlin-Python:
2057-
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span><span class="nv">gremlinpython</span><span class="o">==</span><span class="m">3</span>.7.2
2057+
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span><span class="nv">gremlinpython</span><span class="o">==</span><span class="m">3</span>.7.3
20582058
</code></pre></div></li>
20592059
<li>
20602060
<p>Create a text file <code>gremlinexample.py</code> and add the following imports

master/changelog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4388,7 +4388,7 @@ <h3 id="version-110-release-date">Version 1.1.0 (Release Date: ???)</h3>
43884388
<li>Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.10.4</li>
43894389
<li>Apache Lucene 8.11.1</li>
43904390
<li>Apache Solr 8.11.1</li>
4391-
<li>Apache TinkerPop 3.7.0</li>
4391+
<li>Apache TinkerPop 3.7.3</li>
43924392
<li>Java 8, 11</li>
43934393
</ul>
43944394
<p><strong>Installed versions in the Pre-Packaged Distribution:</strong></p>

master/configs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2373,7 +2373,7 @@ <h3 id="janusgraph-server">JanusGraph Server</h3>
23732373
is called <strong>JanusGraph Server</strong>.</p>
23742374
</li>
23752375
</ol>
2376-
<p>For the JanusGraph Server, JanusGraph uses <a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#gremlin-server">Gremlin Server</a> of the <a href="https://tinkerpop.apache.org/">Apache TinkerPop</a> stack to service client requests. JanusGraph provides an out-of-the-box configuration for a quick start with JanusGraph Server, but the configuration can be changed to provide a wide range of server capabilities.</p>
2376+
<p>For the JanusGraph Server, JanusGraph uses <a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#gremlin-server">Gremlin Server</a> of the <a href="https://tinkerpop.apache.org/">Apache TinkerPop</a> stack to service client requests. JanusGraph provides an out-of-the-box configuration for a quick start with JanusGraph Server, but the configuration can be changed to provide a wide range of server capabilities.</p>
23772377
<p>Configuring JanusGraph Server is accomplished through a JanusGraph
23782378
Server yaml configuration file located in the ./conf/gremlin-server
23792379
directory in the JanusGraph distribution. To configure JanusGraph Server

master/getting-started/architecture/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1992,7 +1992,7 @@ <h1>Architectural Overview</h1>
19921992
<ul>
19931993
<li>
19941994
<p>Embed JanusGraph inside the application executing
1995-
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference#graph-traversal-steps">Gremlin</a>
1995+
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference#graph-traversal-steps">Gremlin</a>
19961996
queries directly against the graph within the same JVM. Query
19971997
execution, JanusGraph’s caches, and transaction handling all happen
19981998
in the same JVM as the application while data retrieval from the

master/getting-started/basic-usage/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ <h1 id="basic-usage">Basic Usage</h1>
21622162
<p>The examples in this section make extensive use of a toy graph
21632163
distributed with JanusGraph called <em>The Graph of the Gods</em>. This graph
21642164
is diagrammed below. The abstract data model is known as a
2165-
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference#intro">Property Graph Model</a>
2165+
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference#intro">Property Graph Model</a>
21662166
and this particular instance describes the relationships between the
21672167
beings and places of the Roman pantheon. Moreover, special text and
21682168
symbol modifiers in the diagram (e.g. bold, underline, etc.) denote
@@ -2344,7 +2344,7 @@ <h4 id="graph-traversal-examples">Graph Traversal Examples</h4>
23442344
<span class="o">==&gt;</span><span class="n">demigod</span>
23452345
</code></pre></div></p>
23462346
<p>The examples thus far have been with respect to the genetic lines of the
2347-
various actors in the Roman pantheon. The <a href="https://tinkerpop.apache.org/docs/3.7.2/reference#intro">Property Graph Model</a>
2347+
various actors in the Roman pantheon. The <a href="https://tinkerpop.apache.org/docs/3.7.3/reference#intro">Property Graph Model</a>
23482348
is expressive enough to represent multiple types of things and
23492349
relationships. In this way, <em>The Graph of the Gods</em> also identifies
23502350
Hercules' various heroic exploits --- his famous 12 labors. In the

master/getting-started/gremlin/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2059,13 +2059,13 @@ <h1 id="gremlin-query-language">Gremlin Query Language</h1>
20592059
<p><a href="https://kelvinlawrence.net/book/Gremlin-Graph-Guide.html">Practical Gremlin</a>: An online book by Kelvin R. Lawrence providing an in-depth overview of Gremlin and it's interaction with JanusGraph.</p>
20602060
</li>
20612061
<li>
2062-
<p><a href="https://tinkerpop.apache.org/docs/3.7.2/reference/">Complete Gremlin Manual</a>: Reference manual for all of the Gremlin steps.</p>
2062+
<p><a href="https://tinkerpop.apache.org/docs/3.7.3/reference/">Complete Gremlin Manual</a>: Reference manual for all of the Gremlin steps.</p>
20632063
</li>
20642064
<li>
2065-
<p><a href="https://tinkerpop.apache.org/docs/3.7.2/tutorials/the-gremlin-console/">Gremlin Console Tutorial</a>: Learn how to use the Gremlin Console effectively to traverse and analyze a graph interactively.</p>
2065+
<p><a href="https://tinkerpop.apache.org/docs/3.7.3/tutorials/the-gremlin-console/">Gremlin Console Tutorial</a>: Learn how to use the Gremlin Console effectively to traverse and analyze a graph interactively.</p>
20662066
</li>
20672067
<li>
2068-
<p><a href="https://tinkerpop.apache.org/docs/3.7.2/recipes/">Gremlin Recipes</a>: A collection of best practices and common traversal patterns for Gremlin.</p>
2068+
<p><a href="https://tinkerpop.apache.org/docs/3.7.3/recipes/">Gremlin Recipes</a>: A collection of best practices and common traversal patterns for Gremlin.</p>
20692069
</li>
20702070
<li>
20712071
<p><a href="https://tinkerpop.apache.org/index.html#language-drivers">Gremlin Language Drivers</a>:
@@ -2074,7 +2074,7 @@ <h1 id="gremlin-query-language">Gremlin Query Language</h1>
20742074
TypeScript.</p>
20752075
</li>
20762076
<li>
2077-
<p><a href="https://tinkerpop.apache.org/docs/3.7.2/tutorials/gremlin-language-variants/">Gremlin Language Variants</a>: Learn how to embed Gremlin in a host programming language.</p>
2077+
<p><a href="https://tinkerpop.apache.org/docs/3.7.3/tutorials/gremlin-language-variants/">Gremlin Language Variants</a>: Learn how to embed Gremlin in a host programming language.</p>
20782078
</li>
20792079
<li>
20802080
<p><a href="http://sql2gremlin.com">Gremlin for SQL developers</a>: Learn Gremlin
@@ -2148,7 +2148,7 @@ <h2 id="introductory-traversals">Introductory Traversals</h2>
21482148
<span class="o">==&gt;{</span><span class="n">name</span><span class="o">=</span><span class="n">hydra</span><span class="o">}</span>
21492149
<span class="o">==&gt;{</span><span class="n">name</span><span class="o">=</span><span class="n">cerberus</span><span class="o">}</span>
21502150
</code></pre></div>
2151-
Each step (denoted by a separating .) is a function that operates on the objects emitted from the previous step. There are numerous steps in the Gremlin language (see <a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#graph-traversal-steps">Gremlin Steps</a>). By simply changing a step or order of the steps, different traversal semantics are enacted. The example below returns the name of all the people that have battled the same monsters as Hercules who themselves are not Hercules (i.e. "co-battlers" or perhaps, "allies").</p>
2151+
Each step (denoted by a separating .) is a function that operates on the objects emitted from the previous step. There are numerous steps in the Gremlin language (see <a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#graph-traversal-steps">Gremlin Steps</a>). By simply changing a step or order of the steps, different traversal semantics are enacted. The example below returns the name of all the people that have battled the same monsters as Hercules who themselves are not Hercules (i.e. "co-battlers" or perhaps, "allies").</p>
21522152
<p>Given that <em>The Graph of the Gods</em> only has one battler (Hercules),
21532153
another battler (for the sake of example) is added to the graph with
21542154
Gremlin showcasing how vertices and edges are added to the graph.
@@ -2193,7 +2193,7 @@ <h2 id="introductory-traversals">Introductory Traversals</h2>
21932193
Gremlin Console.</p>
21942194
</div>
21952195
<h2 id="iterating-the-traversal">Iterating the Traversal</h2>
2196-
<p>One convenient feature of the Gremlin Console is that it automatically iterates all results from a query executed from the gremlin&gt; prompt. This works well within the <a href="https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop">REPL</a> environment as it shows you the results as a String. As you transition towards writing a Gremlin application, it is important to understand how to iterate a traversal explicitly because your application’s traversals will not iterate automatically. These are some of the common ways to iterate the <a href="https://tinkerpop.apache.org/javadocs/3.7.2/full/org/apache/tinkerpop/gremlin/process/traversal/Traversal.html">Traversal</a>:</p>
2196+
<p>One convenient feature of the Gremlin Console is that it automatically iterates all results from a query executed from the gremlin&gt; prompt. This works well within the <a href="https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop">REPL</a> environment as it shows you the results as a String. As you transition towards writing a Gremlin application, it is important to understand how to iterate a traversal explicitly because your application’s traversals will not iterate automatically. These are some of the common ways to iterate the <a href="https://tinkerpop.apache.org/javadocs/3.7.3/full/org/apache/tinkerpop/gremlin/process/traversal/Traversal.html">Traversal</a>:</p>
21972197
<ul>
21982198
<li><code>iterate()</code> - Zero results are expected or can be ignored.</li>
21992199
<li><code>next()</code> - Get one result. Make sure to check <code>hasNext()</code> first.</li>

master/getting-started/installation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@ <h3 id="running-gremlin-console-inside-another-docker-container">Running Gremlin
22062206
It does not forward the following commands to the server by default!
22072207
As a result, further commands will still be executed locally unless preceeded by <code>:&gt;</code>.</p>
22082208
<p>To forward every command to the remote server, use the <code>:remote console</code> command.
2209-
Further documentation can be found in the <a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#console-remote-console">TinkerPop reference docs</a></p>
2209+
Further documentation can be found in the <a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#console-remote-console">TinkerPop reference docs</a></p>
22102210
</div>
22112211
<h3 id="running-gremlin-console-on-bare-metal">Running Gremlin Console on Bare-metal</h3>
22122212
<p>We can also run the Gremlin Console on our bare-metal machine. To make the server able to communicate with the gremlin

0 commit comments

Comments
 (0)