o

ongdb-ha

This component provides the means to set up a cluster of ONgDB instances that act together as a cluster, providing Master-Slave replication and other features.
http://components.neo4j.org/${project.artifactId}/${project.version}/
GNU Affero General Public License, Version 3 GNU Affero General Public License, Version 3
Files download
File Operation
ongdb-ha-1.0.2.jar download
ongdb-ha-1.0.2.pom download
ongdb-ha-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.graphfoundation.ongdb</groupId>
  <artifactId>ongdb-ha</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.graphfoundation.ongdb:ongdb-ha:1.0.2'
Gradle Kotlin
implementation("org.graphfoundation.ongdb:ongdb-ha:1.0.2")
Scala SBT
libraryDependencies += "org.graphfoundation.ongdb" % "ongdb-ha" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.graphfoundation.ongdb', module='ongdb-ha', version='1.0.2')
)
Apache Ivy
<dependency org="org.graphfoundation.ongdb" name="ongdb-ha" rev="1.0.2" />
Leiningen
[org.graphfoundation.ongdb/ongdb-ha "1.0.2"]
Apache Buildr
'org.graphfoundation.ongdb:ongdb-ha:jar:1.0.2'