Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shaikahmadnawaz/mongodb

MongoDB is a source-available cross-platform document-oriented database program.
https://github.com/shaikahmadnawaz/mongodb

databse mongodb nosql

Last synced: 6 days ago
JSON representation

MongoDB is a source-available cross-platform document-oriented database program.

Awesome Lists containing this project

README

        

# MongoDB

- MongoDB is a source-available cross-platform document-oriented database program.
- Classified as a NoSQL database program, MongoDB uses JSON-like documents with optional schemas.

### MongoDB vs SQL

![MongoDB vs SQL](https://4.bp.blogspot.com/-edz2_QrFvCE/UnzBhKZE3FI/AAAAAAAAAEs/bTEsqnZFTXw/s1600/SQL-MongoDB+Correspondence.PNG)

### MongoDB Atlas

- MongoDB Atlas is a fully-managed cloud database that handles all the complexity of deploying, managing, and healing your deployments on the cloud service provider of your choice (AWS , Azure, and GCP).
- MongoDB Atlas is the best way to deploy, run, and scale MongoDB in the cloud.

**Replica Set** - a few connected machines that store the same data to ensure that if something happens to one of the machines the data will remain intact. Comes from the word replicate - to copy something.

**Instance** - a single machine locally or in the cloud, running a certain software, in our case it is the MongoDB database.

**Cluster** - group of servers that store your data.