Skip to content

Commit 031eea3

Browse files
committed
Deploying to master from @ JanusGraph/janusgraph@d6bc784 🚀
1 parent f511e51 commit 031eea3

38 files changed

Lines changed: 375 additions & 175 deletions

File tree

advanced-topics/hadoop/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@ <h1 id="janusgraph-with-tinkerpops-hadoop-gremlin">JanusGraph with TinkerPop’s
20772077
how to get started with those projects, but please refer to those
20782078
project communities to become more deeply familiar with them.</p>
20792079
<p>JanusGraph-Hadoop works with TinkerPop’s
2080-
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#hadoop-gremlin">hadoop-gremlin</a>
2080+
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#hadoop-gremlin">hadoop-gremlin</a>
20812081
package for general-purpose OLAP.</p>
20822082
<p>For the scope of the example below, Apache Spark is the computing
20832083
framework and Apache Cassandra is the storage backend. The directions
@@ -2496,7 +2496,7 @@ <h2 id="other-vertex-programs">Other Vertex Programs</h2>
24962496
<p>Once you are familiar with how to configure JanusGraph to work with
24972497
Spark, you can run all the other vertex programs provided by Apache
24982498
TinkerPop, like Page Rank, Bulk Loading and Peer Pressure. See the
2499-
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#vertexprogram">TinkerPop VertexProgram docs</a>
2499+
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#vertexprogram">TinkerPop VertexProgram docs</a>
25002500
for more details.</p>
25012501

25022502

basics/connecting/dotnet/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlinnet">Getting Started with Jan
20342034
</li>
20352035
<li>
20362036
<p>Add Gremlin.Net:
2037-
<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
2037+
<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
20382038
</code></pre></div></p>
20392039
</li>
20402040
<li>

basics/connecting/java/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2065,13 +2065,13 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-java">Getting Started with J
20652065
<span class="nt">&lt;dependency&gt;</span>
20662066
<span class="w"> </span><span class="nt">&lt;groupId&gt;</span>org.apache.tinkerpop<span class="nt">&lt;/groupId&gt;</span>
20672067
<span class="w"> </span><span class="nt">&lt;artifactId&gt;</span>gremlin-driver<span class="nt">&lt;/artifactId&gt;</span>
2068-
<span class="w"> </span><span class="nt">&lt;version&gt;</span>3.7.2<span class="nt">&lt;/version&gt;</span>
2068+
<span class="w"> </span><span class="nt">&lt;version&gt;</span>3.7.3<span class="nt">&lt;/version&gt;</span>
20692069
<span class="nt">&lt;/dependency&gt;</span>
20702070
</code></pre></div>
20712071
</div>
20722072
<div class="tabbed-block">
20732073
<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>
2074-
<span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.apache.tinkerpop:gremlin-driver:3.7.2&quot;</span>
2074+
<span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.apache.tinkerpop:gremlin-driver:3.7.3&quot;</span>
20752075
</code></pre></div>
20762076
</div>
20772077
</div>

basics/connecting/python/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2034,7 +2034,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-python">Getting Started with
20342034
<p>To get started with Gremlin-Python:</p>
20352035
<ol>
20362036
<li>Install Gremlin-Python:
2037-
<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
2037+
<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
20382038
</code></pre></div></li>
20392039
<li>
20402040
<p>Create a text file <code>gremlinexample.py</code> and add the following imports

0 commit comments

Comments
 (0)