You can launch the database much like you launch any other server
application.

You get the graph format output if you return nodes and relationships.

Not sure but in JavaFX you should be able to use javascript libraries, or?
Then you can use d3, viz.js, cytoscape, linkurious ogma and other libraries
for the visualization.

The only pure-java library I know is prefuse and that's hard to use.

Others I found when googling:
these are really good:
https://www.yworks.com/products/yfiles-for-javafx/packages
https://github.com/PatMartin/Dex

HTH,

Michael

On Fri, Mar 3, 2017 at 9:47 AM, Ylenol Dias <ylenol...@gmail.com> wrote:

> 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 neo4j+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to