Como configurar una master slave con neo4j

Buen dia, un favor alguien sabe como se puede configurar una master - slave con neo4j, lo que necesito es que se pueda introducir datos a la Base de Datos Master y este a la vez se replique en la Base de Datos Slave

Atento a sus respuestas, reciban un saludo cordial

Hi,

I hope that my Spanish is sufficient to understand your question ^^ (please, consider to write in english to receive a maximum of help).

Neo4j (in the enterprise version) has a cluster mechanism called HA (High Avaibility) that can do what you want (it's a Master/Slave architecture). You can find all the information about how to setup a HA cluster here : Clustering - Operations Manual

For your information, a cluster in Neo4j requires a minima of 3 servers.

Neo4j has an other cluster architecture that is called Causal Clustering, and I recommend you to use it instead of the HA mode (HA is just maintained, it will not evolved).

I suggest you to read the documentation about the clustering architecture of Neo4j : Clustering - Operations Manual

NB: To launch a Causal Cluster with Docker, take a look at Docker - Operations Manual

1 Like