{"id":26839686,"url":"https://github.com/soujava/mongodb-embedded-introduction","last_synced_at":"2025-08-26T16:03:59.330Z","repository":{"id":277794865,"uuid":"933514528","full_name":"soujava/mongodb-embedded-introduction","owner":"soujava","description":"The introduction to embedded MongoDB","archived":false,"fork":false,"pushed_at":"2025-05-15T06:54:24.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-05-15T07:39:10.287Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/soujava.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-16T06:17:05.000Z","updated_at":"2025-05-15T06:54:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"127cb471-fbc4-41cf-a2ac-1e6e4059dbe8","html_url":"https://github.com/soujava/mongodb-embedded-introduction","commit_stats":null,"previous_names":["soujava/mongodb-embedded-introduction"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/soujava/mongodb-embedded-introduction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fmongodb-embedded-introduction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fmongodb-embedded-introduction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fmongodb-embedded-introduction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fmongodb-embedded-introduction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/soujava","download_url":"https://codeload.github.com/soujava/mongodb-embedded-introduction/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/soujava%2Fmongodb-embedded-introduction/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262341617,"owners_count":23296069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-30T17:30:01.270Z","updated_at":"2025-06-27T22:06:23.360Z","avatar_url":"https://github.com/soujava.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"= The introduction to embedded MongoDB\n:toc: auto\n\nimage::http://www.jnosql.org/img/logos/mongodb.png[MongoDB, width=200px]\n\n\n**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.\n\n== How to install with Docker\n\nimage::https://d1q6f0aelx0por.cloudfront.net/product-logos/library-docker-logo.png[]\n\n1. Install docker: https://www.docker.com/\n2. https://hub.docker.com/_/mongo\n3. Run docker command:\n\n[source, bash]\n----\ndocker run -d --name mongodb-instance -p 27017:27017 mongo\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoujava%2Fmongodb-embedded-introduction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoujava%2Fmongodb-embedded-introduction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoujava%2Fmongodb-embedded-introduction/lists"}