Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
06-02-2020 06:29 AM
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,
06-02-2020 02:00 PM
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
06-04-2020 12:59 AM
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)
All the sessions of the conference are now available online