Hello everyone,
So my idea is to use java to query the database and obtain results, because i want to modify and create graph algorithms.
I have managed to connect and apply simple queries on the database through java using the java-driver of neo4j. As a next step of my process, is there a way i can project and visualise the results in the neo4j browser? So the java is connected with the browser and when i run the java script, the results are shown in the neo4j browser as well.
Any help will be much appreciated