django - Using neomodel to generate JSON for graph visualisation in Javascript -


i'm using neomodel in django app query neo4j. fine can't figure out how full path generated can use d3 visualise part of graph in javascript - ideally need in json. can list of nodes cypher query in neomodel how inflate nodes , relationships?

i have found examples of how use rest interface directly suggests using "resultdatacontents":["graph"] @ end of request there doesn't appear within neomodel duplicate functionality. there should add end of cypher or in neomodel haven't found yet?


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -