graphgen
graphgen copied to clipboard
Easy generation of dummy Neo4j graphs with PHP
### String Works: ``` (thing:Thing { number: {randomElement:['Hello']} } *10) ``` Doesn't work: ``` (thing:Thing { number: {randomElement:['Hello.']} } *10) // The part "(thing:Thing { number: {randomElement:['Hello.']} } *10)" could...
The pattern `(p:Power { level: {randomElements:[[-1,2,3], 4]}})` produces a `Power` node where the value of the `level` property is an array containing 1 item. It produces one of two nodes:...
Hi, I tried GraphGen today on 64 bit Chrome with Ubuntu. Using your sample model I clicked to generate the graph and the graph area came up black: no nodes...