Re: [Neo4j] Needing sample-graph for a utility network for, say, fresh-water distribution

2017-11-30 Thread Aron Olsen
Thank you Michael, I have been busy, so I appologize for my late response, I thought that the traditional network traversal and investigation problems would be "the catch", when talking about graph-databases. I am clearly off, on that point :) My background in networks is from electronics and

Re: [Neo4j] Needing sample-graph for a utility network for, say, fresh-water distribution

2017-11-18 Thread 'Michael Hunger' via Neo4j
You can model your NODE and COMPONENT as Nodes in Neo4j. In our query language Cypher you indicate direction with an arrow tip '>' or '<' that you can also leave off for undirected matches. Best is to import your data first using either LOAD CSV or the apoc