标签: neo4j tinkerpop-blueprint anormcypher
我正在尝试合并两个单独的努力。我有一个当前使用anormcypher与远程neo4j数据库通信的应用程序,我现在正在开发一个使用TinkerPop Blueprints的应用程序。
anormcypher
neo4j
TinkerPop Blueprints
在蓝图中我可以创建一个新的嵌入式Neo4jGraph,但我不知道如何将它连接到我的远程neo4j(社区版,而不是HA)服务器。我正在寻找告诉我如何配置connection (host::port)。
Neo4jGraph
connection (host::port)