Training Series – Spring Data Neo4j

12 Apr, 2023



Spring Data Neo4j: Concepts & Application Development Spring Data Neo4j, part of the larger Spring Data family, provides easy configuration and access to Neo4j Graph Databases from Spring applications. It offers three different levels of abstraction to access the store. The Neo4j client, the Neo4j Template, and the Neo4j Repositories. Spring Data Neo4j offers advanced features to map annotated entity classes to the Neo4j Graph Database. The template programming model is equivalent to other Spring templates and builds the basis for interaction with the graph and is also used for the Spring Data repository support. In this workshop we explain the major concepts and show how to start developing an application with SDN. Links: Neo4j AuraDB https://dev.neo4j.com/discover-aura Packaging https://start.spring.io/#!type=maven-project&language=java&platformVersion=3.0.5&packaging=jar&jvmVersion=17&groupId=com.example&artifactId=demo&name=demo&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo Community https://community.neo4j.com/c/drivers-stacks/spring-data-neo4j-ogm/30

Related Videos