Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.17 KB

README.adoc

File metadata and controls

30 lines (18 loc) · 1.17 KB

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.