Frage

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.

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top