Description: An introduction to graph databases and Neo4j for new users
Example Query:
MATCH (p:Product)-[:PART_OF]->(:Category)-[:PARENT*0..]->
(:Category {categoryName:$category})
RETURN p.productName as product
This is for Neo4j version: 5.0
-
Create empty AuraDB instance
-
Download the zip file to your computer.
-
Open Import in Neo4j Workspace (or Data Importer)
-
Use "Open Model with data" from the "…" menu to load the zip
-
Explore the model, preview the import
-
Run Import