Table of Contents
Java SE sample using NoSQL with Jakarta NoSQL.
This project contains several projects with the primary goal of exploring the Jakarta NoSQL on several databases.
Neo4j is a graph database management system developed by Neo4j, Inc. The data elements Neo4j stores are nodes, edges connecting them, and attributes of nodes and edges.
-
Install docker: https://www.docker.com/
-
Run docker command:
docker run --publish=7474:7474 --publish=7687:7687 --env NEO4J_AUTH=neo4j/admin123 neo4j:5.26.3