-1

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

1 回答 1

2

GraphAware 框架和模块仅在您从 zip 而不是安装程序安装 Neo4j 的情况下才能在 Windows 上运行。

于 2015-06-22T03:28:52.290 回答