在 Ubuntu 下安装了 GraphAware Framework;在 Neo4j 浏览器中看不到任何 ga.* 程序
Installed GraphAware Framework under Ubuntu; not seeing any ga.* procedures in Neo4j browser
我在 "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
我将 com.graphaware.runtime.enabled=true 添加到 neo4j.conf
我重启了neo4j服务器
neo4j.log 报告 "GraphAware started."
如果您能给我任何帮助,我们将不胜感激。
谢谢,
乔尔
为了加载 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
我在 "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
我将 com.graphaware.runtime.enabled=true 添加到 neo4j.conf
我重启了neo4j服务器
neo4j.log 报告 "GraphAware started."
如果您能给我任何帮助,我们将不胜感激。
谢谢, 乔尔
为了加载 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