graphgen icon indicating copy to clipboard operation
graphgen copied to clipboard

Easy generation of dummy Neo4j graphs with PHP

Results 4 graphgen issues
Sort by recently updated
recently updated
newest added

### 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:...

bug

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...