We may earn an affiliate commission when you visit our partners.
Douglas Starnes

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.

Read more

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.

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.

Enroll now

Here's a deal for you

We found an offer that may be relevant to this course.
Save money when you learn. All coupon codes, vouchers, and discounts are applied automatically unless otherwise noted.

What's inside

Syllabus

Course Overview
Creating Documents in MongoDB
Deleting Documents in MongoDB
Updating Documents in MongoDB
Read more
Upserting Documents in MongoDB
Bulk Write Operations in MongoDB
A CRUD App

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Taught by Douglas Starnes, who is an expert in MongoDB
Develops skills that will be useful to MongoDB administrators and developers
Provides practical experience through hands-on labs and interactive materials
Teaches crucial skills for real-world database management
Covers a comprehensive set of topics related to data modification in MongoDB
Requires learners to have basic knowledge of MongoDB before taking the course

Save this course

Save Modifying Data in MongoDB 4 to your list so you can find it easily later:
Save

Activities

Be better prepared before your course. Deepen your understanding during and after it. Supplement your coursework and achieve mastery of the topics covered in Modifying Data in MongoDB 4 with these activities:
Review SQL CRUD Operations
Refresh your understanding of CRUD operations in SQL to better grasp the concepts in MongoDB.
Browse courses on SQL
Show steps
  • Review your notes or course materials on SQL.
  • Work through practice problems involving CRUD operations in SQL.
Gather MongoDB Resources
Expand your knowledge base by compiling a collection of useful resources related to MongoDB, such as tutorials, articles, and online forums.
Show steps
  • Use search engines to find relevant resources.
  • Visit the MongoDB community website for additional materials.
  • Organize the resources into a document or spreadsheet.
Connect with MongoDB Experts
Enhance your learning journey by seeking guidance from experienced MongoDB professionals or enthusiasts.
Show steps
  • Attend MongoDB meetups or online events.
  • Reach out to MongoDB community members on social media or forums.
Five other activities
Expand to see all activities and additional details
Show all eight activities
Complete MongoDB Exercises
Practice CRUD operations in MongoDB to reinforce your understanding of the concepts covered in the course.
Show steps
  • Follow the Pluralsight course's step-by-step guide to complete exercises.
  • Create your own MongoDB database and collection to practice CRUD operations.
Explore MongoDB Documentation
Enhance your understanding of MongoDB CRUD operations by exploring the official documentation and tutorials.
Show steps
  • Visit the MongoDB documentation website.
  • Read the sections on creating, updating, and deleting documents.
Build a MongoDB CRUD App
Solidify your knowledge by creating a fully functional MongoDB CRUD application that allows users to create, read, update, and delete data.
Browse courses on Full-stack Development
Show steps
  • Design your application's data model.
  • Write code to implement CRUD operations using a framework like Node.js or Python.
  • Deploy your application to a cloud platform like Heroku or AWS.
Develop a MongoDB CRUD API
Challenge yourself by creating a MongoDB CRUD API that can be integrated into other applications or services.
Browse courses on API Development
Show steps
  • Design the API's endpoints and data structures.
  • Implement the API using a programming language and framework.
  • Test the API's functionality and performance.
Contribute to MongoDB Projects
Deepen your understanding of MongoDB by contributing to open-source projects or initiatives related to the technology.
Show steps
  • Explore the MongoDB GitHub repository.
  • Find issues or feature requests that align with your interests.
  • Submit code contributions or provide feedback on existing issues.

Career center

Learners who complete Modifying Data in MongoDB 4 will develop knowledge and skills that may be useful to these careers:
Database Administrator
A Database Administrator manages and maintains databases, including MongoDB, ensuring the integrity and availability of data, and controlling data storage and performance tuning. This course helps build a foundation in MongoDB, which is a popular document-oriented database, giving you the skills needed to excel as a Database Administrator.
Database Architect
A Database Architect designs and implements database systems, including MongoDB, to meet the needs of an organization. This course provides a foundation in MongoDB, giving you the skills needed to excel as a Database Architect.
Data Engineer
A Data Engineer designs, builds, and maintains data pipelines and systems to manage and process large amounts of data, often using MongoDB. This course provides a foundation in MongoDB, giving you the skills needed to excel as a Data Engineer.
Applications Developer
An Applications Developer creates and maintains business applications. They design, develop, implement, and manage the applications to meet the needs of the business, often coding in Javascript. A foundation in MongoDB will help an Applications Developer design and implement business applications with robust data management capabilities.
Web Developer
A Web Developer designs and develops websites and web applications, often using Javascript. MongoDB is a popular database used by many web applications, so a foundation in MongoDB can enhance your skills as a Web Developer.
Software Engineer
A Software Engineer designs, develops, implements, and maintains software applications, often working with Javascript. MongoDB is a popular database used by many software applications, so a foundation in MongoDB can enhance your skills as a Software Engineer.
Data Scientist
A Data Scientist uses scientific methods, processes, algorithms, and systems to extract knowledge and insights from data in various forms, both structured and unstructured. This course provides a foundation in MongoDB, a popular database used by many Data Scientists for managing and analyzing large datasets.
DevOps Engineer
A DevOps Engineer collaborates with software developers and system administrators to build, deploy, and maintain software applications, often using MongoDB. This course can help you build a foundation in MongoDB, giving you the knowledge needed to excel as a DevOps Engineer.
Cloud Engineer
A Cloud Engineer designs, builds, and maintains cloud computing systems, including databases like MongoDB. This course can help you build a foundation in MongoDB, giving you the knowledge needed to excel as a Cloud Engineer.
Technical Writer
A Technical Writer creates user guides, technical documentation, and other materials to help users understand and use technology products, including databases like MongoDB. This course can help you build a foundation in MongoDB, giving you the knowledge needed to excel as a Technical Writer in this field.
Information Security Analyst
An Information Security Analyst plans and implements security measures to protect an organization's information systems and data. This course provides a foundation in MongoDB, a popular database used by many organizations, giving you the skills needed to enhance the security of MongoDB databases.
System Administrator
A System Administrator manages and maintains computer systems, including databases like MongoDB. This course can help you build a foundation in MongoDB, giving you the knowledge needed to excel as a System Administrator.
IT Manager
An IT Manager plans, implements, and manages an organization's information technology systems, including databases like MongoDB. This course can help you build a foundation in MongoDB, giving you the knowledge needed to excel as an IT Manager.
Business Analyst
A Business Analyst works with stakeholders to understand their business needs and then develops solutions to meet those needs. They may use MongoDB to manage and analyze data to help businesses make informed decisions. This course can help you build a foundation in MongoDB, a valuable tool for Business Analysts.
Data Analyst
A Data Analyst collects, processes, and analyzes data to help businesses make informed decisions. They use their understanding of data to identify trends, patterns, and insights, and may also use MongoDB to manage and analyze large datasets. Taking this course can enhance your understanding of MongoDB, a valuable tool for Data Analysts.

Reading list

We've selected six books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Modifying Data in MongoDB 4.
MongoDB Cookbook provides practical recipes for solving common MongoDB problems. It includes recipes for managing data, indexing, querying, and more. It also provides valuable troubleshooting tips and best practices.
A collection of recipes for common MongoDB tasks. valuable resource for anyone who wants to learn more about MongoDB and how to use it effectively.
Provides a practical guide to using MongoDB for developers. It valuable resource for developers who want to learn how to use MongoDB to build web applications.
Provides guidance on how to design and implement data models for MongoDB. It valuable resource for developers who want to build applications that use MongoDB effectively.
Provides a beginner-friendly introduction to MongoDB. It good choice for those who are new to MongoDB and want to learn the basics.
Provides a collection of recipes for solving common MongoDB 4 problems. It valuable resource for developers who want to find solutions to specific problems.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Modifying Data in MongoDB 4.
Guided Project: Get Started with MongoDB CRUD Operations
Most relevant
Integrating Angular 11 with Node.js RESTful Services
Most relevant
Integrating Angular 11 with ASP.NET Core RESTful Services
Most relevant
Guided Project: Get Started with MongoDB CRUD Operations...
Most relevant
MongoDB - The Complete Developer's Guide 2024
Most relevant
Complete MongoDB Administration Guide
Most relevant
SQL and Data Modeling for the Web
Most relevant
Introduction to SQL
Most relevant
MongoDB: The Complete Guide to NoSQL Database Development
Most relevant
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser