Nhogs / popoto

Visual query builder for Neo4j graph database
http://popotojs.com
GNU General Public License v3.0
498 stars 70 forks source link

How to iteratively expand nodes (on clicking) using popoto.js? #69

Open rohitg-lotusdew opened 4 years ago

rohitg-lotusdew commented 4 years ago

I am developing a web interface to the neo4j database using popoto.js. Currently, I am able to display a start node and expand the graph up to 3-4 levels by clicking on the node relationships. It seems that the underlying query that popoto uses gets updated along with the expanding graph and after a certain point the query becomes invalid and popoto resets the graph. What I am trying to create is an interface where I can expand any node in the graph (and hence expanding the overall graph) similar to what is possible in the neo4j browser. How can I achieve this?

epugh commented 4 years ago

I am a big fan of what this tool does, however I warn you that I think this project is abandoned ;-(

vivekagrawal26 commented 3 years ago

I am looking for the same. Kindly guide.