MongoDB Training
Quickly browse a curated list of self-paced topics or view live-training sessions
-
Instructor Led
ILT: DA620: Languages, Drivers, Web Services
09/09/2024Event | 8 HoursBuild scalable, stateless web services powered by MongoDB to solve real-wor…
View Details -
Instructor Led
ILT: OA640: Atlas Security
08/21/2024Event | 8 HoursDeepen your understanding of MongoDB Atlas security features and learn how …
View Details -
Learning Byte
Getting Started with EF Core and MongoDB
Learning Byte | 10 MinutesLearn how you can use the Entity Framework Core with MongoDB.
View Details -
Instructor Led
ILT: DEV400: MongoDB Developer Extension
08/05/2024Event | 8 HoursExplore advanced MongoDB capabilities beyond basic storage and retrieval, i…
View Details -
Instructor Led
ILT: MDB300: MongoDB Production Readiness
08/02/2024Event | 8 HoursLearn how to ensure high availability with MongoDB Replication, scale your …
View Details -
Instructor Led
ILT: MDB200: MongoDB Optimization and Performance
08/01/2024Event | 8 HoursGain a solid foundation in indexing concepts and practical techniques, lear…
View Details -
Exam Aid
Steps to Certification Success
Exam Aid | 15 MinutesYour Essential Guide to Earning Your MongoDB Certification
View Details -
Instructor Led
ILT: DS130: Client-Side Field Level Encryption
07/19/2024Event | 16 HoursIn this two-day course, you’ll implement Client-Side Field Level Encryption…
View Details -
Instructor Led
ILT: DS120: MongoDB Atlas Data Federation
07/18/2024Event | 8 HoursDiscover the use cases Atlas Data Federation can address and learn how to s…
View Details -
Article
Choosing the Right Atlas Backup Policy
Article | 30 Minutes
View Details -
Learning Byte
Laravel Transactions
Learning Byte | 20 MinutesLearn how to prepare and plan a transaction flow using Laravel and MongoDB.…
View Details -
Resource
MongoDB SQL Cheat Sheet
Microcourse | 10 MinutesA reference guide, complete with examples, of SQL statements and the corres…
View Details -
Labs
Using the Bulk API with the MongoDB PyMongo Driver (Lab Only)
Lab | 15 MinutesBatch a number of operations together to improve performance with large dat…
View Details -
Labs
Using Network Compression with the PyMongo Driver (Lab Only)
Lab | 15 MinutesReduce the network usage of your application using network compression with…
View Details -
Labs
Using the Bulk API with the MongoDB NodeJS Driver (Lab Only)
Lab | 15 MinutesBatch a number of operations together to improve performance with large dat…
View Details -
Labs
Using Network Compression with the MongoDB NodeJS Driver (Lab Only)
Lab | 15 MinutesReduce the network usage of your application using network compression with…
View Details -
Learning Byte
Intro to MongoDB Change Streams
Learning Byte | 20 MinutesLearn how to utilize MongoDB Change Streams with your application to access…
View Details -
Learning Byte
FastAPI and MongoDB
Learning Byte | 20 MinutesLearn how to create a FastAPI application and connect it to a MongoDB datab…
View Details -
Exam Aid
Associate Atlas Administrator Practice Questions
Exam | 30 MinutesExam-grade questions per topic provided for you to test your knowledge as w…
View Details -
Resource
MongoDB Shell Cheat Sheet
Microcourse | 30 minutesA reference guide, complete with examples, of commonly used commands in the…
View Details -
Course
Atlas Search Course
Course | 7.75 HoursLearn how to achieve a seamless full-text search experience with Atlas Sear…
View Details -
Unit
Using Vector Search for Semantic Search
Unit | 1.75 HoursLearn all about Atlas Vector Search as you build a semantic search feature.…
View Details -
Unit
Introduction to AI and Vector Search
Unit | 30 MinutesLearn about the foundations of AI and how Atlas Vector Search fits in.
View Details -
Unit
Autocomplete with Atlas Search
Unit | 1.5 HoursLearn how to enhance user experience by adding the autocomplete functionali…
View Details -
Unit
Analyzers in Atlas Search
Unit | 1.75 HoursLearn all about analyzers in Atlas Search and the crucial role they play in…
View Details -
Unit
Advanced Queries with Atlas Search
Unit | 3 HoursLearn how to write Atlas Search queries using features such as the compound…
View Details -
Exam Aid
MongoDB Associate Atlas Exam Study Guide
Exam AidReview recommended training and see the exam objectives so you can focus yo…
View Details -
Exam Aid
Associate Data Modeler Practice Questions
Exam | 1 HourExam-grade questions per topic provided for you to test your knowledge as w…
View Details -
Certification
MongoDB Associate Data Modeler Exam
Certification | 105 MinutesWhen you become MongoDB Certified, you're achieving the same level of exper…
View Details -
Certification
MongoDB Associate Atlas Administrator Exam
CertificationBe one of the first to earn the MongoDB Associate Atlas Administrator certi…
View Details -
Exam Aid
Associate Data Modeler Exam Study Guide
Exam Aid | 30 MinutesReview recommended training and see the exam objectives so you can focus yo…
View Details -
Labs
Getting Started With MongoDB Atlas (Lab Only)
Lab | 20 MinutesLearn how to use mongosh to connect and perform CRUD operations on a runnin…
View Details -
Learning Byte
MongoDB Atlas and AWS CloudFormation
Learning Byte | 10 MinutesLearn to use AWS CloudFormation to create Atlas instances.
View Details -
Unit
Schema Design Anti Patterns
Unit | 1 HourLearn about common anti-patterns and how to avoid them when data modeling w…
View Details -
Labs
Comparison of Two Arrays (Lab Only)
Lab | 30 MinutesIn this lab, you will learn to create a view with redacted data and mask va…
View Details -
Unit
Managing Atlas Search Indexes
Unit | 45 MinutesLearn how to manage Atlas Search indexes with the Atlas UI, Atlas CLI, and …
View Details -
Unit
Schema Lifecycle Management
Unit | 1 HourLearn how to update and migrate your schema.
View Details -
Labs
Masking Sensitive Fields (Lab Only)
Lab | 65 MinutesIn this lab, you will learn to create a view with redacted data and mask va…
View Details -
Labs
Redacting sensitive data (Lab Only)
Lab | 25 MinutesIn this lab, you will learn to create a view with redacted data.
View Details -
Labs
Joining array fields (Lab Only)
Lab | 15 MinutesIn this lab, you will learn to join 2 array fields in a document using the …
View Details -
Labs
Calculating Percentiles from array entries (Lab Only)
Lab | 15 MinutesIn this lab, you will learn how to use the aggregation framework to calcula…
View Details -
Labs
Summarizing Arrays For First, Last, Minimum, Maximum & Average Values (Lab Only)
Lab | 25 MinutesIn this lab you will learn to summarize arrays with $first, $last, $max, $m…
View Details -
Labs
One-to-One join with $lookup (Lab Only)
Lab | 15 MinutesIn this lab, you will learn how to use the aggregation framework to perform…
View Details -
Labs
Finding distinct values (Lab Only)
Lab | 15 MinutesIn this lab, you will learn how to use the aggregation framework to list di…
View Details -
Labs
Learning to group and summing items (Lab Only)
Lab | 15 MinutesIn this lab, you will learn how to use the aggregation framework to generat…
View Details -
Labs
Filtering a top subset (Lab Only)
Lab | 15 MinutesIn this lab, you will learn how to use the aggregation framework to filter …
View Details -
Transforming data with the $map and $reduce aggregation operators (Lab Only)
Lab | 25 MinutesIn this lab, you will learn to use the $map and the $reduce operators to ma…
View Details -
Labs
Understand when and when not to use the $group blocking stage in combination with $unwind (Lab Only)
Lab | 25 MinutesIn this lab, you will learn when to use the $group blocking stage with $unw…
View Details