I want to use alchamy.js for some data visualization . alchamy needs input data in the file format of GraphJSON.
I am trying to determine the easiest way to generate a graphJSON file after running a Cypher query. Right now my process is : 1. run Cypher query 2 . check out data graph in neo4j localhost window ( optional) 3. download JSON body file from neo4j 4. convert JSON to graphJSON ( can't get in quite to work yet) 5. graph data in alchemy.js any advice on step #4 would be appreciated. I don't want to run some R and Ruby script unless I have to. example links below. things get to tricky https://nicolewhite.github.io/2014/07/24/visualize-subset-neo4j-alchemy.html http://stackoverflow.com/questions/35277838/from-neo4j-to-graphjson-with-ruby -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
