在Ubuntu下安装了GraphAware Framework;在Neo4j浏览器中没有看到任何ga。*程序

时间:2017-01-31 10:50:18

标签: ubuntu neo4j graphaware

我没有在“call 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

我在neo4j.conf中添加了com.graphaware.runtime.enabled = true

我重启了neo4j服务器

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

非常感谢您给予我的任何帮助。

谢谢, 乔尔

1 个答案:

答案 0 :(得分: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