Skip to content

This is a sample project running on Java SE, MongoDB and Eclipse JNoSQL new version

License

Notifications You must be signed in to change notification settings

soujava/jnosql-1-0-se

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse JNoSQL 1.0.0 sample release

This is a sample project running on Java SE, MongoDB, and Eclipse JNoSQL’s new version: 1.0.0

MongoDB

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

library docker logo
  1. Install docker: https://www.docker.com/

  2. https://hub.docker.com/_/mongo

  3. Run docker command:

docker run -d --name mongodb-instance -p 27017:27017 mongo

About

This is a sample project running on Java SE, MongoDB and Eclipse JNoSQL new version

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages