Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-05-2020 02:58 AM
Hi,
I want to simulate neo4j in a distributed environment (on several servers) with Docker. It's the escalability that interests me.
Has anyone already done it? Are there guides I can rely on?
Thanks
Solved! Go to Solution.
02-09-2020 06:08 PM
The way Neo4J cluster works is that there would be one write (leader) node and all the other are read nodes (followers). When a node is created, they will get replicated automatically to all the followers.
In browser type ":sysinfo". It shows which one is the leader and which ones are followers.
02-05-2020 10:02 AM
https://neo4j.com/docs/operations-manual/current/docker/clustering/
I have used but not with docker.
https://neo4j.com/docs/operations-manual/current/clustering/deploy/
These documents may help.
02-09-2020 12:07 PM
Thank you. I finally managed to deploy my cluster 🙂
I have another question, Is there a way to know a writing transaction (like creating a node for example) saves the data in which Core in a cluster of multiple main cores?
02-09-2020 06:08 PM
The way Neo4J cluster works is that there would be one write (leader) node and all the other are read nodes (followers). When a node is created, they will get replicated automatically to all the followers.
In browser type ":sysinfo". It shows which one is the leader and which ones are followers.
02-10-2020 03:43 AM
Thank you so much !
All the sessions of the conference are now available online