简体   繁体   中英

aws neo4j replication across regions

Does anyone have any idea how to do a master to master replication of neo4j on AWS in different regions? I need to have one neo4j DB in USA, Asia, and Europe and I would like that my apache application connects from Europe to Europe Neo4j, USA to USA Neo4j and Asia to Asia Neo4j. For that, I would need that all 3 Neo4j be constantly synchronized.

Neo4j supports multiple datacenters. You basically organize your instances in groups indicating their location. The client then uses eg bolt+routing://someneo4jhost.com?policy=europe to indicate it want's to use servers of a specific group.

For details, read up https://neo4j.com/docs/operations-manual/current/clustering/multi-data-center/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM