A megathread on this repository
Learn Neo4j with Netflix's Dark TV Series
- Run neo4j in docker
docker run \
--name neo4j \
-p7474:7474 -p7687:7687 \
-d \
-v $HOME/neo4j/data:/data \
-v $HOME/neo4j/logs:/logs \
-v $HOME/neo4j/import:/var/lib/neo4j/import \
-v $HOME/neo4j/plugins:/plugins \
--env NEO4J_AUTH=neo4j/securepassword \
--env NEO4JLABS_PLUGINS='["apoc"]' \
--env apoc.import.file.enabled=true \
neo4j:latest
- Seed the database Run import/dark-import.cypher
Game of Thrones Datasets and Visualizations