First, start the cluster with docker-compose up -d
. I commented out the section of docker-compose.yml
adding the data acquisition image.
Clone the example repo git clone https://github.com/neo4j-examples/neo4j-movies-template.git
Get the container id with docker ps
and copy the csv over with docker cp csv <container_id>:/var/lib/neo4j/csv
Then, get a shell in the docker container with docker exec -it <container_id> /bin/bash
Now, you can execute the commands found on the Project README.