From b336cfbb3b5ec6e132f02f2a81de0ae4cd339c53 Mon Sep 17 00:00:00 2001 From: MagnarAr Date: Tue, 13 Oct 2020 23:10:42 +0300 Subject: [PATCH 1/2] Homework 4 related changes Changes required to import the movielns DB --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 39585fc..0184c92 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: neo: - image: neo4j + image: neo4j:3.5.22 ports: - 7474:7474 - 7687:7687 @@ -11,6 +11,7 @@ services: - NEO4J_AUTH=none volumes: - ./neo4j/data:/data + - ./neo4j/conf:/var/lib/neo4j/conf notebook: build: notebook/ ports: @@ -18,4 +19,4 @@ services: volumes: - ./:/home/jovyan/work/data environment: - - GRANT_SUDO=yesd \ No newline at end of file + - GRANT_SUDO=yesd From 59c023223f04146c071814061924a97eb27637e3 Mon Sep 17 00:00:00 2001 From: MagnarAr Date: Tue, 13 Oct 2020 23:20:51 +0300 Subject: [PATCH 2/2] Update requirements.txt --- notebook/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/notebook/requirements.txt b/notebook/requirements.txt index 6ef436c..df71973 100755 --- a/notebook/requirements.txt +++ b/notebook/requirements.txt @@ -1,8 +1,7 @@ psycopg2-binary redis -py2 -neo +py2neo neo4j pymongo