Hi.I'm building a java application (javafx fxml ), in which i load data from csv files into neo4j then i query the database. I connected to neo4j ( community version 3.0.7) using the neo4j-java-driver3.0 . I use Cypher in my java code for neo4j queries. Now i don't know how to launch neo4j and choose the database from my application. And another thing, i want to see the output of the queries in a graph format like the one in neo4j browser, because right now i only use the tableview to display the data. Any idea on how can i achieve that or some of it ? Thanks.
-- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
