我正在尝试在服务器模式
中跟踪neo4j的最新更改所以我按照此链接https://github.com/graphaware/neo4j-changefeed
因为我看到添加了一些额外的节点,这里是关于我的数据库的更改
但是http://localhost:7474/graphaware/changefeed/CFM给了我404
我正在使用 neo4j 2.2.2
和我的neo4j.properties
com.graphaware.runtime.enabled=true
com.graphaware.module.CFM.1=com.graphaware.module.changefeed.ChangeFeedModuleBootstrapper
com.graphaware.module.CFM.maxChanges=100
com.graphaware.module.CFM.pruneDelay=10000
com.graphaware.module.CFM.pruneWhenExceeded=10
com.graphaware.module.CFM.node=!hasLabel('NotIncluded')
com.graphaware.module.CFM.relationship=!isType('NOT_INCLUDED')
我添加了插件
graphaware-server-community-all-2.2.2.31.jar
graphaware-changefeed-2.2.2.31.7.jar
答案 0 :(得分:2)
GraphAware框架和模块仅在您从zip安装了Neo4j且 不 安装程序时才能在Windows上运行。