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.

Use neo4j from java application

madiskou
Graph Buddy

Hello,
I have a neo4j database and i want to access it within a java application.
I want to know if i go fro the neo4j driver or a Spring Data Neo4J ?
I want to know the advantages of each method.

In my case i have request for getting nodes and relations and add/deleting label on nodes.

Regards,

2 REPLIES 2

If you want to learn from the beginning, you can use the example below.
Finally, you learn how to make the Plugin, it will be perfect.

A "Hello World" example
https://neo4j.com/docs/driver-manual/current/get-started/#driver-get-started-hello-world-example

Spring Data Neo4j

User Defined Procedures and Functions

madiskou
Graph Buddy

Hello,
Thank you for your response.
I already read this 2 posts, until now i choosed to use the driver but i want to know what is the benefit of using spring data ? (for know i dont need to create procedures, i use it just to update labels on the graph)