localhost:7474/graphaware/changefeed/CFM 给出 404
localhost:7474/graphaware/changefeed/CFM gives 404
我正在尝试在 服务器模式
中跟踪 neo4j 的最新变化
所以我关注了这个linkhttps://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
GraphAware 框架和模块只有在您从 zip 安装了 Neo4j 并且 不 才能在 Windows 上运行安装程序。
我正在尝试在 服务器模式
中跟踪 neo4j 的最新变化所以我关注了这个linkhttps://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
GraphAware 框架和模块只有在您从 zip 安装了 Neo4j 并且 不 才能在 Windows 上运行安装程序。