Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collabnix/neo4j-docker-extension
The Neo4j Docker Extension
https://github.com/collabnix/neo4j-docker-extension
Last synced: 16 days ago
JSON representation
The Neo4j Docker Extension
- Host: GitHub
- URL: https://github.com/collabnix/neo4j-docker-extension
- Owner: collabnix
- Created: 2022-11-24T10:41:13.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T08:06:23.000Z (7 months ago)
- Last Synced: 2024-10-12T06:14:45.667Z (about 1 month ago)
- Language: TypeScript
- Size: 40.9 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[![Join our Forum](https://img.shields.io/badge/-Join%20our%20Forum-blue)](https://forums.docker.com/c/docker-extensions/62)
![stars](https://img.shields.io/github/stars/collabnix/neo4j-docker-extension)
![forks](https://img.shields.io/github/forks/collabnix/neo4j-docker-extension)
![Discord](https://img.shields.io/discord/1020180904129335379)
![issues](https://img.shields.io/github/issues/collabnix/neo4j-docker-extension)
![Twitter](https://img.shields.io/twitter/follow/collabnix?style=social)# neo4j-docker-extension
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.With this Docker Extension, once can setup the Neo4j with just a few commands/clicks.
## Getting Started
- Docker Desktop 4.8+
## Clone the repo
```shell
git clone https://github.com/collabnix/neo4j-docker-extension
```
## Building the Extension
```
make install-extension
```
## Install the Extension
```shell
docker extension install ajeetraina/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.