cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Project Java results to neo4j browser?

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

1 REPLY 1

You could use a number of graph visualization libraries

and here is a simple exmaple with d3 in a java app