MongoDB & Mongoose Contents
NOSQL DB
- Introduction to NOSQL DB
- Overview of DB
- Adv of NOSQL DB
- Type of NOSQL DB
MongoDB
- Introduction to MongoDB
- Installation and Configuration of MongoDB
- Start and Stop MongoDB
- Connection with Javascript and Node.js
- Static and Dynamic Schemas
- Data Modeling
- Create database
- Drop database
- MongoShell
- Understanding JSON
- Understanding BSON
- MongoDB Architecture
MongoDB Collection
- Introduction to Collection
- Collection Vs Tables
- Create Collection
- Drop Collection
- Operation on MongoDB
MongoDB Document
- Introduction to document
- Create document
- Insert Document
- Update Document
- Delete Document
- BSON Type
- Query Document
- Query Collection
MongoDB- Operation
- MongoDB - Limit Records
- MongoDB - Sort Records
- MongoDB - Indexing
- MongoDB - Create Backup
- MongoDB Aggregation
- Map-Reduce
- Single Purpose Aggregation Operations
MongoDB Driver
- Native MongoDB Driver
- Connecting To Node Js
- CRUD Operation with node
Mongoose
- Installing Mongoose
- Mongoose Schema Design and Mapping
- Mongoose Schema Type
- Connection,Model,Document
- SubDocument,Query and Validations
- MongoDB GUI Tools(Robomongo,Studio3T,MongoBooster)