/neo4j-code-wars

Simple Spring Data Neo4j application connecting to docker container with Northwind data set

Primary LanguageJava

Neo4j Code Wars Application

This repository accompanies the repositories listed below to connect to Neo4j running in a Docker container and query Northwind sales domain data in the database.

Data

An example of the data model showing how the data is organized in the database is shown below.

neo4j model aug2021

REST endpoints

  • localhost:8082/orders/findbyid?orderId=10564

  • localhost:8082/orders/findbyid?orderId=10414

  • localhost:8082/orders/findbyproduct?productName=choco

  • localhost:8082/orders/findbyproduct?productName=coffee

  • localhost:8082/orders/findbyproduct?productName=chocolade

Presentation

PDF version of accompanying presentation is published to SpeakerDeck.