Asset 20
Step by step

MongoDB Database Roadmap

MongoDB is a NoSQL database which stores documents as JSON objects in binary format(bson). It is highly scalable.

MongoDB is the database layer of MVC architecture applications. It stores application data in an easy to query formats. It supports different data types like String, Number, Boolean, Date etc..

MongoDB Fundamentals

Learn the structure of mongoDB database and where documents are stored. Learn to perform CRUD(Create, Read, Update and Delete) operations with database.

Exercises / Projects

MongoDB Indexes & Aggregations

Learn to optimize the performance of the query operations using Indexes and get statistical data from entire dataset using aggregation framework.

Exercises / Projects

AltCampus helps you learn faster by inculcating these systems as part of the learning model. 🙌

START LEARNING