代码之家  ›  专栏  ›  技术社区  ›  Joel Stevick

在Ubuntu下安装GraphAware框架;在Neo4j浏览器中看不到任何ga.*过程

  •  0
  • Joel Stevick  · 技术社区  · 9 年前

    在“调用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.2.7.26.jar

    我添加了com.graphware.runtime。enabled=适用于neo4j.conf

    我重新启动了neo4j服务器

    neo4j。日志报告“GraphAware已启动”

    如果您能给我任何帮助,我将不胜感激。

    谢谢 乔尔

    1 回复  |  直到 9 年前
        1
  •  1
  •   Christophe Willemsen    9 年前

    为了加载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