Query and manipulate data in Azure DocumentDB

Intermediate
Developer
Azure DocumentDB

Write queries to create, read, update, and delete documents in Azure DocumentDB. Build aggregation pipelines to transform and analyze data.

Learning objectives

After completing this module, you'll be able to:

  • Insert documents into collections using insertOne and insertMany.
  • Query and filter documents using comparison, logical, and element operators.
  • Update and delete documents using field and array update operators.
  • Build aggregation pipelines to group, join, and summarize data.

Prerequisites

  • Familiarity with database concepts such as queries, indexes, and data models.
  • Basic understanding of MongoDB or document-oriented databases.
  • An Azure subscription.
  • An Azure DocumentDB cluster.