neosemantics
neosemantics copied to clipboard
【question】To confirm that version conflict problem
Hi, @jbarrasa ,
Thanks for your attention.
Because there is not free and stable compiled enterprise version in neo4j-3.5, So if I want to improve availability in my application, there may has 2 methods as my consideration:
1, for neo4j-3.5 community: add a function in CommunityEntryPoint, which could register to zookeeper when server is started. So I could start several neo4j servers as master-slave backup and importRDF data to all of them.
2, for neo4j-3.4 enterprise use the owned 'ha-cluster' or 'causal-cluster' as a perfect solution.
So, I have 2 questions now:
1, Could you terll me that if there has some implied conflicts between NSMNTX 3.5.0.4 and neo4j-3.4 ? even though there has no obvious conflicts in NSMNTX code project.
2, what's your suggestion about the methods above. which one do you prefer to ?
Sincerely,
Jason.