There are various ways I have seen that can be used to bring my graph database into web, for example by integrating Python, Flask. Django and Py2neo all together. What I need is fairly simple though: just some application to basically turn some variables of some Cypher queries in the back end into some user interactive sliders to choose from at the front end. I don't want to illustrate the graph, I just want to return a list of nodes that match the query, but let the user do what I can do via Cypher without having to know Cypher. Any advice or suggestions really appreciated. Thank you!