β12-12-2020 02:27 AM
Hi
can I send a prepared query to the Neo4j Browser? like
http://...:7474/browser&query="MATCH (n1:topic)-[r12:has_start_course]->(n2) return n1,r12,n2"
to vizualize the graph. at the moment I copy the querys by hand..
or is ther any other tool? Bloom?
Thanks rob
β12-13-2020 06:39 PM
Hi @rob2
I think the easiest way is to connect with Neo4j Desktop.
Add Database > Connect to remote RDBMS
Or you can use the HTTP API.