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
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 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…