Skip to content

A Docker Image with a Neo4J server and neo4r installed

Notifications You must be signed in to change notification settings

neo4j-rstats/neo4r-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfile for a {neo4r} sandbox

How to

docker pull colinfay/neo4r-docker
docker run -e PASSWORD=plop -e NEOPASS=pouet -d -p 8787:8787 colinfay/neo4r-docker

Change the passwords to whatever you want. :

  • PASSWORD: password to access the RStudio session
  • NEOPASS: password to Neo4J (default is neo4j)

Go to http://localhost:8787/, enter with user=rstudio & your password.

The user for Neo4J is neo4j and password for the one defined in -e NEOPASS. If you didn't specified anything, it's neo4j.

In the neo4r-examples folder, you'll find a series of Rmd to experiement with neo4r.

If you need to perform some configuration, launch the docker as root

docker run -e PASSWORD=plop -e NEOPASS=pouet -e ROOT=true -d -p 8787:8787 colinfay/neo4r-docker

About

A Docker Image with a Neo4J server and neo4r installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published