spring-data-neo4j-intro-app icon indicating copy to clipboard operation
spring-data-neo4j-intro-app copied to clipboard

= Spring Data Neo4j Intro App

This application's goal is to provide a minimum REST API functionality for using Spring Data Neo4j with SpringBoot and Neo4j graph database. The project uses the following technologies:

  • Spring Data Neo4j 6
  • Spring Boot (version 2.5.5)

Previous technologies (SDN5+OGM) are shown on the sdn5 branch of this repository.

== Data set

The data set uses the movie data set (a Neo4j favorite), describing movies and the people connected to them (actors, directors, etc).

== Resources

  • Developer Guide: https://neo4j.com/developer/spring-data-neo4j/[Spring Data Neo4j^]
  • Documentation: https://docs.spring.io/spring-data/neo4j/docs/current/reference/html/#reference[Spring Data Neo4j^]