Skip to content

JMHReif/neo4j-code-wars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages