这感觉像是一个非常基本、愚蠢的问题。
我在 Neo4j 2.1.5 中有一个图表。这是一个玩具图,所以它是使用默认值创建的。
我按照说明构建了 Neo4j2 版本的蓝图。我可以让 Rexster 从这个配置开始:
<graph>
<graph-name>graph.db</graph-name>
<graph-type>com.tinkerpop.blueprints.impls.neo4j2.rexster.Neo4j2GraphConfiguration</graph-type>
<graph-location>/usr/local/Cellar/neo4j/2.1.5/libexec/data</graph-location>
<properties>
...
</properties>
<extensions>
<allows>
<allow>tp:gremlin</allow>
</allows>
</extensions>
</graph>
当我打开 Rexster 网络界面时,它说图形在那里,但是当我尝试浏览它时,没有骰子。从 Neo4j Web 界面浏览我的图表没有问题。我错过了什么?