Book Image

MongoDB—Mastering MongoDB for Beginners (Theory and Projects) [Video]

By : AI Sciences
Book Image

MongoDB—Mastering MongoDB for Beginners (Theory and Projects) [Video]

By: AI Sciences

Overview of this book

MongoDB, a fast and scalable NoSQL database, is extremely popular right now. This object-oriented database is simple and dynamic. In this course, you start by becoming proficient in the elementary concepts of MongoDB, including installing and setting up MongoDB Atlas, and understanding the database structure, collection structure, document structure, and basic Mongo commands. Next, you’ll explore the Basic, Create, Read, Update, and Delete operations in MongoDB. You’ll then explore in detail the MongoDB query operators and project operators. Following this, you’ll learn about MongoDB update operators. In the concluding modules, you’ll explore MongoDB with Node and Python. In the final module, you’ll sharpen your practical knowledge of the theoretical concepts you learned in this course by working on two mini-projects. In the first project, you’ll work on MongoDB with Django, in which you’ll develop a CRUD-based application using Django and MongoDB. In the second project, you’ll implement an ETL pipeline using PySpark to dump the data in MongoDB. By the end of this course, you will be able to implement any project from scratch that requires MongoDB knowledge. The complete code bundle for this course is available at https://github.com/PacktPublishing/MongoDB-Mastering-MongoDB-for-Beginners-Theory-and-Projects-
Table of Contents (13 chapters)
Chapter 9
Update Operators
Content Locked
Section 5
$max operator
In this video, we will learn about the $max operator.