0

我在“调用 dbms.procedures()”的结果中没有看到任何程序 (ga.*)

我的环境:Ubuntu 16.04.2 LTS、Neo4j EE 3.0.7、GraphAware 插件:graphaware-server-community-all-3.0.7.44.jar、graphaware-timetree-3.0.7.44.26.jar

我将 com.graphaware.runtime.enabled=true 添加到 neo4j.conf

我重新启动了 neo4j 服务器

neo4j.log 报告“GraphAware 已启动”。

您能给我的任何帮助将不胜感激。

谢谢,乔尔

4

1 回答 1

1

为了加载 Timetree 模块,您需要将这些行添加到配置中:

#For the framework to work at all, you need this
dbms.unmanaged_extension_classes=com.graphaware.server=/graphaware

# Runtime must be enabled like this
com.graphaware.runtime.enabled=true

# A Runtime module that takes care of attaching the events like this (TT is the ID of the module)
com.graphaware.module.TT.1=com.graphaware.module.timetree.module.TimeTreeModuleBootstrapper

此外,可以使用事件节点自动附加到时间树

https://github.com/graphaware/neo4j-timetree#automatic-event-attachment

于 2017-01-31T18:17:47.517 回答