xobjdump / neo4j-docker-ext

Neo4j Docker Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twitter

neo4j-docker-ext

Neo4j is a highly scalable, robust native graph database. It is more suitable for certain big data and analytics applications than row and column databases or free-form JSON document databases for many use cases. A graph database is used to represent relationships.

image

With this Docker Extension, once can setup the Neo4j with just a few commands/clicks.

Getting Started

  • Docker Desktop 4.8+

Clone the repo

 git clone https://github.com/xobjdump/neo4j-docker-extension

Building the Extension

 make install-ext

Install the Extension

 docker extension install xobjdump/neo4j-docker-extension:1.0         

Open Docker Dashboard to see Neo4j Docker Extension already up and running.

Connecting to the local database

Use neo4j/neo4j as username/password.

image

About

Neo4j Docker Extension

License:BSD 2-Clause "Simplified" License


Languages

Language:Dockerfile 56.3%Language:Makefile 43.7%