Neo4j Tutorial
- This folder contains the setup for running a Neo4j graph database tutorial within a containerized environment
Quick Start¶
From the root of the repository, change your directory to the Neo4j tutorial folder:
> cd tutorials/tutorial_neo4jBuild the Docker image:
> ./docker_build.shLaunch Jupyter Lab in the container:
> ./docker_jupyter.shOnce
./docker_jupyter.shis running, follow this sequence:neo4j.API.ipynb: Start here to learn the Neo4j native API — connecting to the server, creating nodes and relationships, and using Cypher write/read clauses.neo4j.example.ipynb: Proceed to this notebook for a complete application that builds a Movie-Director graph from the Netflix dataset and visualizes it with NetworkX.
For more information on the Docker build system refer to Project template readme