0

有没有办法通过 Rexter API 与 neo4j 图形数据库(运行外部 HA 模式)进行交互。Neo4j 的 REST api 很棒,但是使用 Rexter 使我的应用程序完全不知道远程图形数据库实现堆栈。这将使我能够在不影响/更改我的应用程序代码的情况下交换其他基于 tinkerpop 的图形数据库堆栈,例如 Titan。

4

1 回答 1

0

您应该能够使用Neo4jHaGraphBlueprints 实现:

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

以下是使用 Rexster 进行连接的一些说明:

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

于 2013-10-15T21:04:48.447 回答