Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

i am trying to track latest changes in neo4j in Server Mode

so i followed this link https://github.com/graphaware/neo4j-changefeed

as i see some extra node are added and here are changes about my db

enter image description here

but http://localhost:7474/graphaware/changefeed/CFM gives me 404

i am using neo4j 2.2.2

and my 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')

plugins i added

graphaware-server-community-all-2.2.2.31.jar
graphaware-changefeed-2.2.2.31.7.jar
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
293 views
Welcome To Ask or Share your Answers For Others

1 Answer

The GraphAware framework and modules will work on Windows only if you've installed Neo4j from the zip and not the installer.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...