blob: 1bd8858574635db33c4e6dc8f32c12037ebffa5b [file]
////
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
////
:docinfo: shared
:docinfodir: ../
:toc-position: left
image::apache-tinkerpop-logo.png[width=500,link="https://tinkerpop.apache.org"]
*x.y.z*
include::preface.asciidoc[]
include::intro.asciidoc[]
include::the-graph.asciidoc[]
include::the-traversal.asciidoc[]
include::the-graphcomputer.asciidoc[]
include::gremlin-applications.asciidoc[]
include::gremlin-variants.asciidoc[]
include::implementations-intro.asciidoc[]
include::implementations-tinkergraph.asciidoc[]
include::implementations-neo4j.asciidoc[]
// The hadoop section is split into parts so the Neo4j/Spark plugins (incompatible Scala versions)
// are not active at the same time. Console restarts are now driven by the
// :gremlin-docs-plugins-exclude: attribute on each chapter heading (see implementations-neo4j,
// implementations-hadoop-start, implementations-spark) rather than by page boundaries.
include::implementations-hadoop-start.asciidoc[]
include::implementations-spark.asciidoc[]
include::implementations-hadoop-end.asciidoc[]
include::compilers.asciidoc[]
include::conclusion.asciidoc[]
include::acknowledgements.asciidoc[]