Skip to content

POC : regularly emit request and send message when the data changes

License

Notifications You must be signed in to change notification settings

HugoCornu/neo4j-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j-alert

Regularly emit request to a neo4j base and send messages when the data changes Runs on node.js, using mongoDB and neo4j

This is just a proof of concept made for fun

** Install **

  1. Clone the repo
  2. run "npm install" to get the modules
  3. edit the config file
  4. launch mongoDB and neo4j
  5. run "node app"

** Config **

The cypher must contain a "RETURN" statement. Query parameters are not supported. (Although it would take minimal changes to support them)

The frequency syntax can be found here : https://github.com/rschmukler/human-interval

About

POC : regularly emit request and send message when the data changes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published