Skip to content

Commit

Permalink
Deploying to master from @ JanusGraph/janusgraph@d6bc784 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
porunov committed Nov 6, 2024
1 parent f511e51 commit 031eea3
Show file tree
Hide file tree
Showing 38 changed files with 375 additions and 175 deletions.
4 changes: 2 additions & 2 deletions advanced-topics/hadoop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@ <h1 id="janusgraph-with-tinkerpops-hadoop-gremlin">JanusGraph with TinkerPop’s
how to get started with those projects, but please refer to those
project communities to become more deeply familiar with them.</p>
<p>JanusGraph-Hadoop works with TinkerPop’s
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#hadoop-gremlin">hadoop-gremlin</a>
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#hadoop-gremlin">hadoop-gremlin</a>
package for general-purpose OLAP.</p>
<p>For the scope of the example below, Apache Spark is the computing
framework and Apache Cassandra is the storage backend. The directions
Expand Down Expand Up @@ -2496,7 +2496,7 @@ <h2 id="other-vertex-programs">Other Vertex Programs</h2>
<p>Once you are familiar with how to configure JanusGraph to work with
Spark, you can run all the other vertex programs provided by Apache
TinkerPop, like Page Rank, Bulk Loading and Peer Pressure. See the
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#vertexprogram">TinkerPop VertexProgram docs</a>
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#vertexprogram">TinkerPop VertexProgram docs</a>
for more details.</p>


Expand Down
2 changes: 1 addition & 1 deletion basics/connecting/dotnet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlinnet">Getting Started with Jan
</li>
<li>
<p>Add Gremlin.Net:
<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
<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
</code></pre></div></p>
</li>
<li>
Expand Down
4 changes: 2 additions & 2 deletions basics/connecting/java/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2065,13 +2065,13 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-java">Getting Started with J
<span class="nt">&lt;dependency&gt;</span>
<span class="w"> </span><span class="nt">&lt;groupId&gt;</span>org.apache.tinkerpop<span class="nt">&lt;/groupId&gt;</span>
<span class="w"> </span><span class="nt">&lt;artifactId&gt;</span>gremlin-driver<span class="nt">&lt;/artifactId&gt;</span>
<span class="w"> </span><span class="nt">&lt;version&gt;</span>3.7.2<span class="nt">&lt;/version&gt;</span>
<span class="w"> </span><span class="nt">&lt;version&gt;</span>3.7.3<span class="nt">&lt;/version&gt;</span>
<span class="nt">&lt;/dependency&gt;</span>
</code></pre></div>
</div>
<div class="tabbed-block">
<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>
<span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.apache.tinkerpop:gremlin-driver:3.7.2&quot;</span>
<span class="n">implementation</span><span class="w"> </span><span class="s2">&quot;org.apache.tinkerpop:gremlin-driver:3.7.3&quot;</span>
</code></pre></div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion basics/connecting/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2034,7 +2034,7 @@ <h2 id="getting-started-with-janusgraph-and-gremlin-python">Getting Started with
<p>To get started with Gremlin-Python:</p>
<ol>
<li>Install Gremlin-Python:
<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
<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
</code></pre></div></li>
<li>
<p>Create a text file <code>gremlinexample.py</code> and add the following imports
Expand Down
Loading

0 comments on commit 031eea3

Please sign in to comment.