Skip to content

juancki/neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Start the container with the script

./start.sh
docker exec testneo4j /var/lib/neo4j/bin/neo4j-admin set-default-admin neo4j 

Fraud detection blog post: ./fraud-detection.

  • Load the data from dump, without Enterprise edition is currently not possible to restore with the DB on:
docker stop testneo4j #stoping the container altogether
./restore-db.sh
docker start testneo4j
  • Load dependencies:
pipenv install
pipenv shell
  • Open the Jupiter Note that is the fraud-detection folder.
(neo4j):$ jupyter notebook

Stop

docker stop testneo4j
docker rm testneo4j

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published