Question

Is there a way to interact with a neo4j graph db (running externally HA mode) via Rexter API. Neo4j's REST api is great but using Rexter makes my application completely agnostic of the remote graph db implementation stack. This will enable me to swap in other tinkerpop based graph db stacks like titan without affecting/changing my application code.

Était-ce utile?

La solution

You should be able to use the Neo4jHaGraph Blueprints implementation:

https://github.com/tinkerpop/blueprints/wiki/Neo4jHa-Implementation

Here's some instructions for connecting using Rexster:

https://github.com/tinkerpop/rexster/wiki/Specific-Graph-Configurations#neo4j-high-availability-cluster

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top