Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/shaikahmadnawaz/mongodb
- Owner: shaikahmadnawaz
- Created: 2022-11-10T10:25:54.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-11T17:47:01.000Z (about 2 years ago)
- Last Synced: 2024-11-06T19:53:57.495Z (about 2 months ago)
- Topics: databse, mongodb, nosql
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.