我正在尝试在服务器模式下跟踪 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