removed NOTE: Neo4jGraph currently does not support HA and added an image for 
the HA section. CTR.

(cherry picked from commit da26cf1862b7827223205c5410731c96d3cca70a)


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/8c04d617
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/8c04d617
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/8c04d617

Branch: refs/heads/TINKERPOP-1254
Commit: 8c04d617e90bc374764b06d502e2fc50c89335a8
Parents: 45e19af
Author: Marko A. Rodriguez <okramma...@gmail.com>
Authored: Fri Jun 17 07:33:37 2016 -0600
Committer: Marko A. Rodriguez <okramma...@gmail.com>
Committed: Fri Jun 17 08:16:05 2016 -0600

----------------------------------------------------------------------
 docs/src/reference/implementations-neo4j.asciidoc |   5 +----
 docs/static/images/neo4j-ha.png                   | Bin 0 -> 108249 bytes
 2 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8c04d617/docs/src/reference/implementations-neo4j.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations-neo4j.asciidoc 
b/docs/src/reference/implementations-neo4j.asciidoc
index 998eb74..d1fc30b 100644
--- a/docs/src/reference/implementations-neo4j.asciidoc
+++ b/docs/src/reference/implementations-neo4j.asciidoc
@@ -54,9 +54,6 @@ gremlin> graph = Neo4jGraph.open('/tmp/neo4j')
 ==>neo4jgraph[EmbeddedGraphDatabase [/tmp/neo4j]]
 ----
 
-NOTE: Neo4j link:http://docs.neo4j.org/chunked/stable/ha.html[High 
Availability] is currently not supported by
-Neo4j-Gremlin.
-
 TIP: To host Neo4j in <<gremlin-server,Gremlin Server>>, the dependencies must 
first be "installed" or otherwise
 copied to the Gremlin Server path. The automated method for doing this would 
be to execute
 `bin/gremlin-server.sh -i org.apache.tinkerpop neo4j-gremlin x.y.z`.
@@ -263,7 +260,7 @@ gremlin.neo4j.conf.relationship_auto_indexing=true
 High Availability Configuration
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
-TinkerPop supports running Neo4j with its fault tolerant master-slave 
replication configuration, referred to as its
+image:neo4j-ha.png[width=400,float=right] TinkerPop supports running Neo4j 
with its fault tolerant master-slave replication configuration, referred to as 
its
 
link:http://neo4j.com/docs/operations-manual/current/#_neo4j_cluster_install[High
 Availability (HA) cluster]. From the
 TinkerPop perspective, configuring for HA is not that different than 
configuring for embedded mode as shown above. The
 main difference is the usage of HA configuration options that enable the 
cluster. Once connected to a cluster, usage

http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/8c04d617/docs/static/images/neo4j-ha.png
----------------------------------------------------------------------
diff --git a/docs/static/images/neo4j-ha.png b/docs/static/images/neo4j-ha.png
new file mode 100644
index 0000000..b21393c
Binary files /dev/null and b/docs/static/images/neo4j-ha.png differ

Reply via email to