https://github.com/codersunny812/mongodb-complete
This repository contains all the notes, concepts, and hands-on code I practiced while learning MongoDB from Thapa Technical. It covers key topics such as CRUD operations, indexing, aggregation, relationships, and more, making it a comprehensive guide for anyone looking to learn MongoDB.
https://github.com/codersunny812/mongodb-complete
mern mongodb mongodb-atlas mongodb-database mongodb-driver mongoose mongoosejs
Last synced: about 1 month ago
JSON representation
This repository contains all the notes, concepts, and hands-on code I practiced while learning MongoDB from Thapa Technical. It covers key topics such as CRUD operations, indexing, aggregation, relationships, and more, making it a comprehensive guide for anyone looking to learn MongoDB.
- Host: GitHub
- URL: https://github.com/codersunny812/mongodb-complete
- Owner: codERSunny812
- Created: 2024-06-23T01:24:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T14:12:45.000Z (5 months ago)
- Last Synced: 2025-02-13T14:37:43.449Z (3 months ago)
- Topics: mern, mongodb, mongodb-atlas, mongodb-database, mongodb-driver, mongoose, mongoosejs
- Language: JavaScript
- Homepage:
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# MongoDB Learning Repository
This repository contains all the concepts, notes, and code I practiced while learning MongoDB from Thapa Technical's tutorials. It includes various topics and hands-on examples to understand MongoDB better.
## Topics Covered
- **Introduction to MongoDB**
- What is MongoDB?
- Advantages of MongoDB
- MongoDB Installation and Setup
- **CRUD Operations**
- Create Documents
- Read Documents
- Update Documents
- Delete Documents
- **Database and Collection**
- Creating Databases and Collections
- Dropping Databases and Collections
- **Querying in MongoDB**
- Filters and Projection
- Sorting and Pagination
- **Indexing**
- Basics of Indexing
- Single Field Index
- Compound Index
- **Aggregation Framework**
- Aggregation Pipelines
- Operators and Expressions
- **Relationships in MongoDB**
- Embedding Documents
- Referencing Documents
- **Advanced Topics**
- MongoDB Atlas
- Performance Optimization