Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-25-2020 02:31 AM
Does Neo4J provides for a seamless multi-region deployment in AWS say "us-west-2" , "us-east-1", "eu-1' and ne regions with automatic data replication between the nodes? If yes can you please point me the doc or wiki that talks about it.
Regards,
Amit
08-30-2020 06:18 AM
Good day,
What do you mean by seamless deployment? Are you looking for some service like RDS? There is a dedicated page regarding neo4j in the clouds - https://neo4j.com/developer/guide-cloud-deployment/, so you may check out if solutions fulfill your requirements.
08-30-2020 06:20 AM
For the HA setup, you may checkout casual clustering mode that is available together with Neo4J Enterprise version - https://neo4j.com/docs/operations-manual/current/clustering/
08-30-2020 06:18 PM
Two more links that might be useful for you:
08-31-2020 01:29 PM
Thanks, but I think that does not answer my original question. Putting it in a better way, lets say I deploy Neo4J in 3 different AWS regions (not Availability Zones), does it allow for cross region replication.?
I was looking at Neptune DB service provided by AWS as well, it doesn't provide cross region replication either. I would want my services which uses this DB to be in multiple region. We target for 9999 or more. Hope i am able to put it more clear way.
08-31-2020 01:31 PM
The services would be in multiple region in an active active configuration. And the data needs to be replicated across all the clusters in multiple region. NoSQL DBs like Cassandra and Dynamo does provide that support. But our use cases does warrant use of Graph Databases but we dont seem to get database replication coming handy.
08-31-2020 10:16 PM
with the approach listed here https://neo4j.com/docs/operations-manual/current/clustering-advanced/multi-data-center/configuration...
I think it might be possible to distribute the cluster into multiple regions, something similar to Cosmos DB in Azure, but the instances need not be all master, even replicas in other regions are fine with automatic cross replication
All the sessions of the conference are now available online