Domanda

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.

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top