When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

pluralsight logo

Modifying Data in MongoDB 4

The structure of document-oriented databases, such as MongoDB, introduce benefits and challenges when working with data. This course explores the create, update, and delete portion of CRUD from the perspective of a MongoDB administrator or developer.

     
  • 4
  •  |
  • Reviews ( 17 )
Free

This Course Includes

  • iconpluralsight
  • icon4 (17 reviews )
  • icon2 hour 4 minutes
  • iconenglish
  • iconOnline - Self Paced
  • iconcore courses
  • iconpluralsight

About Modifying Data in MongoDB 4

While querying data in a database of any kind is a big part of its purpose, more functionality is needed to manage that data. In this course, Modifying Data in MongoDB 4, you'll delve into the C, U, and D of CRUD, or create, update, and delete from the view of a MongoDB administrator or developer. First, you'll learn how to take advantage of operators and filters to control these operations. Next, you'll discover how to use the JavaScript API in the command line mongo shell to perform these operations. Finally, you'll explore a small web app to learn how to put these operations into practice. By the end of this course, you'll have the necessary knowledge of the write operations in MongoDB in order to effectively utilize them in your own projects.

What You Will Learn?

  • Course Overview : 1min.
  • Creating Documents in MongoDB : 26mins.
  • Deleting Documents in MongoDB : 29mins.
  • Updating Documents in MongoDB : 19mins.
  • Upserting Documents in MongoDB : 10mins.
  • Bulk Write Operations in MongoDB : 9mins.
  • A CRUD App : 28mins.