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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -