I'm running into an issue where I am querying my database and asking Neo4j to return the results in graph format so that I can use D3 or some derivative of it to render my graph result in a web application.
First, I'll add the data:
CREATE ( bike:Bik...