o

ongdb-ha

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