https://github.com/soujava/jakarta-data-2025
This repositoryc ontains the Jakarta Data structure to run some code
https://github.com/soujava/jakarta-data-2025
Last synced: 4 months ago
JSON representation
This repositoryc ontains the Jakarta Data structure to run some code
- Host: GitHub
- URL: https://github.com/soujava/jakarta-data-2025
- Owner: soujava
- License: apache-2.0
- Created: 2025-05-15T06:48:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-25T11:45:13.000Z (5 months ago)
- Last Synced: 2025-06-09T18:49:13.050Z (5 months ago)
- Language: Java
- Size: 50.8 KB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
image::http://www.jnosql.org/img/logos/mongodb.png[MongoDB, width=200px]
**Mongodb**: MongoDB is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas.
== How to install with Docker
image::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]
1. Install docker: https://www.docker.com/
2. https://hub.docker.com/_/mongo
3. Run docker command:
[source, bash]
----
docker run -d --name mongodb-instance -p 27017:27017 mongo
----