Skip to content

KurioApp/docker-python-neo4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Neo4j is a graph database.

This image is intended to be used in development environments, such as for testing and it SHOULD NOT be used in production environments.

Usage

The following shell statement will start the Neo4j on port 7474 and 7687.

docker run --rm -it -p 7474:7474 -p 7687:7687 asia.gcr.io/kurio-dev/python-neo4j neo4j start

For more information, please refer to: https://hub.docker.com/_/neo4j/

About

Neo4j with Python installed in Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published