Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/neo4j/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用Rexter API与Neo4j交互_Neo4j_Graph Databases_Gremlin_Titan_Tinkerpop - Fatal编程技术网

使用Rexter API与Neo4j交互

使用Rexter API与Neo4j交互,neo4j,graph-databases,gremlin,titan,tinkerpop,Neo4j,Graph Databases,Gremlin,Titan,Tinkerpop,是否有办法通过Rexter API与neo4j graph db(外部运行HA模式)交互。Neo4j的RESTAPI很棒,但使用Rexter使我的应用程序完全不知道远程图形数据库实现堆栈。这将使我能够在不影响/更改我的应用程序代码的情况下交换其他基于tinkerpop的graph db堆栈,如titan 您应该能够使用Neo4jHaGraph蓝图实施: 以下是使用Rexster连接的一些说明: 试了一下,运气不好。你确定这适用于neo4j 1.9.X吗。他们不再使用zookeeper了,我在r

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

您应该能够使用
Neo4jHaGraph
蓝图实施:

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


试了一下,运气不好。你确定这适用于neo4j 1.9.X吗。他们不再使用zookeeper了,我在rexster服务器日志中看到关于zookeeper的警告,应该使用1.9.x。我删除了对zookeeper的引用,从而清理了wiki。至于您看到的错误,看起来在HA配置中有一个较小的Rexster错误。您能否尝试通过简单地向您的rexster.xml添加一个假的条目来解决此问题,该条目为
nothing
?这应该让rexster至少认为它在那里,并允许配置继续执行。刚刚提交了一个修复:作为2.5.0-SNAPSHOT的一部分。这样rexster出现了,但无法联系群集初始主机。没有记录任何错误,但我在rexster控制台中发现neo图形完全为空。虽然我知道集群有数百万个顶点和边。