Permission Resolution with Neo4j — Part 2 by Max De Marzi.
From the post:
Let’s try tackling something a little bigger. In Part 1 we created a small graph to test our permission resolution graph algorithm and it worked like a charm on our dozen or so nodes and edges. I don’t have fast hands, so instead of typing out a million node graph, we’ll build a graph generator and use the batch importer to load it into Neo4j. What I want to create is a set of files to feed to the batch-importer.
Nice walk through on generating graphs and importing them into Neo4j.
Curious, have you encountered a real world graph with three (3) relationship types?
How do you think a higher number of relationships types would impact performance?