Skip to content

Commit

Permalink
Deploying to master from @ JanusGraph/janusgraph@af63176 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
porunov committed Oct 30, 2024
1 parent d0ff9d4 commit fb57727
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions master/advanced-topics/hadoop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,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 @@ -2516,7 +2516,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 master/basics/connecting/dotnet/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,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 master/basics/connecting/java/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2085,13 +2085,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 master/basics/connecting/python/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2054,7 +2054,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
2 changes: 1 addition & 1 deletion master/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4388,7 +4388,7 @@ <h3 id="version-110-release-date">Version 1.1.0 (Release Date: ???)</h3>
<li>Elasticsearch 6.0.1, 6.6.0, 7.17.8, 8.10.4</li>
<li>Apache Lucene 8.11.1</li>
<li>Apache Solr 8.11.1</li>
<li>Apache TinkerPop 3.7.0</li>
<li>Apache TinkerPop 3.7.3</li>
<li>Java 8, 11</li>
</ul>
<p><strong>Installed versions in the Pre-Packaged Distribution:</strong></p>
Expand Down
2 changes: 1 addition & 1 deletion master/configs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2373,7 +2373,7 @@ <h3 id="janusgraph-server">JanusGraph Server</h3>
is called <strong>JanusGraph Server</strong>.</p>
</li>
</ol>
<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>
<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>
<p>Configuring JanusGraph Server is accomplished through a JanusGraph
Server yaml configuration file located in the ./conf/gremlin-server
directory in the JanusGraph distribution. To configure JanusGraph Server
Expand Down
2 changes: 1 addition & 1 deletion master/getting-started/architecture/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1992,7 +1992,7 @@ <h1>Architectural Overview</h1>
<ul>
<li>
<p>Embed JanusGraph inside the application executing
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference#graph-traversal-steps">Gremlin</a>
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference#graph-traversal-steps">Gremlin</a>
queries directly against the graph within the same JVM. Query
execution, JanusGraph’s caches, and transaction handling all happen
in the same JVM as the application while data retrieval from the
Expand Down
4 changes: 2 additions & 2 deletions master/getting-started/basic-usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2162,7 +2162,7 @@ <h1 id="basic-usage">Basic Usage</h1>
<p>The examples in this section make extensive use of a toy graph
distributed with JanusGraph called <em>The Graph of the Gods</em>. This graph
is diagrammed below. The abstract data model is known as a
<a href="https://tinkerpop.apache.org/docs/3.7.2/reference#intro">Property Graph Model</a>
<a href="https://tinkerpop.apache.org/docs/3.7.3/reference#intro">Property Graph Model</a>
and this particular instance describes the relationships between the
beings and places of the Roman pantheon. Moreover, special text and
symbol modifiers in the diagram (e.g. bold, underline, etc.) denote
Expand Down Expand Up @@ -2344,7 +2344,7 @@ <h4 id="graph-traversal-examples">Graph Traversal Examples</h4>
<span class="o">==&gt;</span><span class="n">demigod</span>
</code></pre></div></p>
<p>The examples thus far have been with respect to the genetic lines of the
various actors in the Roman pantheon. The <a href="https://tinkerpop.apache.org/docs/3.7.2/reference#intro">Property Graph Model</a>
various actors in the Roman pantheon. The <a href="https://tinkerpop.apache.org/docs/3.7.3/reference#intro">Property Graph Model</a>
is expressive enough to represent multiple types of things and
relationships. In this way, <em>The Graph of the Gods</em> also identifies
Hercules' various heroic exploits --- his famous 12 labors. In the
Expand Down
12 changes: 6 additions & 6 deletions master/getting-started/gremlin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2059,13 +2059,13 @@ <h1 id="gremlin-query-language">Gremlin Query Language</h1>
<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>
</li>
<li>
<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>
<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>
</li>
<li>
<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>
<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>
</li>
<li>
<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>
<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>
</li>
<li>
<p><a href="https://tinkerpop.apache.org/index.html#language-drivers">Gremlin Language Drivers</a>:
Expand All @@ -2074,7 +2074,7 @@ <h1 id="gremlin-query-language">Gremlin Query Language</h1>
TypeScript.</p>
</li>
<li>
<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>
<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>
</li>
<li>
<p><a href="http://sql2gremlin.com">Gremlin for SQL developers</a>: Learn Gremlin
Expand Down Expand Up @@ -2148,7 +2148,7 @@ <h2 id="introductory-traversals">Introductory Traversals</h2>
<span class="o">==&gt;{</span><span class="n">name</span><span class="o">=</span><span class="n">hydra</span><span class="o">}</span>
<span class="o">==&gt;{</span><span class="n">name</span><span class="o">=</span><span class="n">cerberus</span><span class="o">}</span>
</code></pre></div>
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>
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>
<p>Given that <em>The Graph of the Gods</em> only has one battler (Hercules),
another battler (for the sake of example) is added to the graph with
Gremlin showcasing how vertices and edges are added to the graph.
Expand Down Expand Up @@ -2193,7 +2193,7 @@ <h2 id="introductory-traversals">Introductory Traversals</h2>
Gremlin Console.</p>
</div>
<h2 id="iterating-the-traversal">Iterating the Traversal</h2>
<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>
<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>
<ul>
<li><code>iterate()</code> - Zero results are expected or can be ignored.</li>
<li><code>next()</code> - Get one result. Make sure to check <code>hasNext()</code> first.</li>
Expand Down
2 changes: 1 addition & 1 deletion master/getting-started/installation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,7 @@ <h3 id="running-gremlin-console-inside-another-docker-container">Running Gremlin
It does not forward the following commands to the server by default!
As a result, further commands will still be executed locally unless preceeded by <code>:&gt;</code>.</p>
<p>To forward every command to the remote server, use the <code>:remote console</code> command.
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>
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>
</div>
<h3 id="running-gremlin-console-on-bare-metal">Running Gremlin Console on Bare-metal</h3>
<p>We can also run the Gremlin Console on our bare-metal machine. To make the server able to communicate with the gremlin
Expand Down
2 changes: 1 addition & 1 deletion master/operations/dynamic-graphs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2142,7 +2142,7 @@ <h2 id="dynamic-graph-and-traversal-bindings">Dynamic Graph and Traversal Bindin
</div>
<h3 id="using-tinkerpops-withremote-functionality">Using TinkerPop’s withRemote Functionality</h3>
<p>Since traversal references are bound on the JanusGraph servers, we can
make use of <a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#connecting-via-remotegraph">TinkerPop’s withRemote
make use of <a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#connecting-via-remotegraph">TinkerPop’s withRemote
functionality</a>.
This will allow one to run gremlin queries locally, against a remote
graph reference. Traditionally, one runs queries against remote Gremlin
Expand Down
2 changes: 1 addition & 1 deletion master/operations/server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2215,7 +2215,7 @@


<h1 id="janusgraph-server">JanusGraph Server</h1>
<p>JanusGraph uses the <a href="https://tinkerpop.apache.org/docs/3.7.2/reference/#gremlin-server">Gremlin Server</a>
<p>JanusGraph uses the <a href="https://tinkerpop.apache.org/docs/3.7.3/reference/#gremlin-server">Gremlin Server</a>
engine as the server component to process and answer client queries and extends it with convenience features for JanusGraph.
From now on, we will call this JanusGraph Server.</p>
<p>JanusGraph Server must be started manually in order to use it.
Expand Down
2 changes: 1 addition & 1 deletion master/search/search_index.json

Large diffs are not rendered by default.

Binary file modified master/sitemap.xml.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion master/storage-backend/cassandra/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2491,7 +2491,7 @@ <h2 id="remote-server-mode-with-gremlin-server">Remote Server Mode with Gremlin
<span class="nt"> org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">{</span><span class="nt">files</span><span class="p">:</span><span class="w"> </span><span class="p p-Indicator">[</span><span class="nv">scripts/empty-sample.groovy</span><span class="p p-Indicator">]}}}}</span>
<span class="nn">...</span>
</code></pre></div>
<p>For more information about Gremlin Server see the <a href="https://tinkerpop.apache.org/docs/3.7.2/reference#gremlin-server">Apache TinkerPop
<p>For more information about Gremlin Server see the <a href="https://tinkerpop.apache.org/docs/3.7.3/reference#gremlin-server">Apache TinkerPop
documentation</a></p>
<h2 id="cql-specific-configuration">CQL Specific Configuration</h2>
<p>Refer to <a href="../../configs/configuration-reference/">Configuration Reference</a> for a complete listing of all Cassandra
Expand Down
Binary file modified sitemap.xml.gz
Binary file not shown.
Binary file modified v0.2/sitemap.xml.gz
Binary file not shown.
Binary file modified v0.3/sitemap.xml.gz
Binary file not shown.
Binary file modified v0.4/sitemap.xml.gz
Binary file not shown.
Binary file modified v0.5/sitemap.xml.gz
Binary file not shown.
Binary file modified v0.6/sitemap.xml.gz
Binary file not shown.
Binary file modified v1.0/sitemap.xml.gz
Binary file not shown.

0 comments on commit fb57727

Please sign in to comment.