Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Homework 4 related changes #11

Open
wants to merge 2 commits into
base: Homework4
Choose a base branch
from

Conversation

MagnarAr
Copy link

Changes required to import the movielns DB

Changes required to import the movielns DB
@MagnarAr
Copy link
Author

When running this docker-compose, it will start the Python notebook and neo4j container. To use the provided movielns.db, make sure that after first running the container, modify the configuration file in the git source root:

<project_root>/neo4j/conf/neo4j.conf
Add following lines:

dbms.active_database=movielns.db
dbms.allow_upgrade=true

And restart the docker container (from the Docker Desktop dashboard or using command line).

@MagnarAr MagnarAr marked this pull request as ready for review October 13, 2020 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant