I think there was some work around a drools backend using neo4j as well as an implementation for activiti <http://www.jorambarrez.be/blog/2013/07/05/nosql-experimentations-with-activiti-a-very-simple-neo4j-prototype/>
In general the graph would model your network topology, and potential interactions within that topology. For events you can also attach them to a multilevel time tree. You would use the different points where events happened (switch, router, server) and trace them (within a time window) if there are more related events but also how they are connected within your infrastructure. See this for a basic example: http://graphgist.neo4j.com/#!/gists/703fbebe3c7b29d47e66d5399dd4ffca/summary <tp://graphgist.neo4j.com/#!/gists/703fbebe3c7b29d47e66d5399dd4ffca/summary> > Am 26.07.2015 um 16:23 schrieb Udaya Kumar <[email protected]>: > > Hi, > > I am working in a TELCOM company. We are trying to create a network > management system using Neo4j. I have few doubts regarding this. I get > inventory samples from one system( Say example, Router, Switch information) > and alarm from another system(eg: Particular Router is down). How can i Map > both the inputs to find the rootcause of the issue? Also is there any rule > engine i can integrate with Neo4j? > > Thanks, > Uday > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
