mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-09 10:46:52 +02:00
chore: add resource under mongodb:mongodb-basics:sql-vs-nosql
This commit is contained in:
@@ -39,3 +39,5 @@ NoSQL (Not only SQL) databases refer to non-relational databases, which don't fo
|
||||
## MongoDB: A NoSQL Database
|
||||
|
||||
This guide focuses on MongoDB, a popular NoSQL database that uses a document-based data model. MongoDB has been designed with flexibility, performance, and scalability in mind. With its JSON-like data format (BSON) and powerful querying capabilities, MongoDB is an excellent choice for modern applications dealing with diverse and large-scale data.
|
||||
|
||||
- [NoSQL vs. SQL Databases](https://www.mongodb.com/nosql-explained/nosql-vs-sql)
|
Reference in New Issue
Block a user