https://github.com/swativerma2/mongodb-notes
This repo is a comprehensive collection of notes, examples, and resources that I have compiled while learning MongoDB.
https://github.com/swativerma2/mongodb-notes
aggregation-pipleline crud-operation database mongodb mongodb-atlas mongodb-collections mongodb-document
Last synced: about 2 months ago
JSON representation
This repo is a comprehensive collection of notes, examples, and resources that I have compiled while learning MongoDB.
- Host: GitHub
- URL: https://github.com/swativerma2/mongodb-notes
- Owner: SwatiVerma2
- Created: 2024-09-04T08:57:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T19:41:52.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T06:46:17.841Z (over 1 year ago)
- Topics: aggregation-pipleline, crud-operation, database, mongodb, mongodb-atlas, mongodb-collections, mongodb-document
- Homepage:
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MongoDB
This repository contains notes on MongoDB concepts and operations. Each file covers specific MongoDB topics in a clear and concise manner, making it easier to understand and implement MongoDB.
Files:
- **01_Introduction.md**: Introduction to MongoDB, explaining its key features and core concepts.
- **02_CreateDB.md**: Guide on creating and managing databases in MongoDB.
- **03_CRUD-Operations.md**: Detailed steps on performing Create, Read, Update, and Delete (CRUD) operations in MongoDB.
- **04_Sort-Limit.md**: Instructions on using sorting and limiting queries to manage data retrieval in MongoDB.
- **05_Aggregation-Pipeline.md**: Overview of MongoDB's aggregation framework and how to use pipelines for complex data processing.
- **06_Operators.md**: Explanation of different MongoDB operators used in queries, including comparison, logical, and element operators.
- **07_Mongodb-Atlas.md:** About MongoDB Atlas, the cloud-based MongoDB service, for database hosting and management.