This document provides an overview of Azure DocumentDB presented by Marco Parenzan. Key points include:
- DocumentDB is a fully managed NoSQL database that is schema-agnostic and scalable.
- It allows for tunable consistency levels and indexing policies. Queries use a familiar SQL syntax.
- Documents are stored in JSON format across collections within databases.
- DocumentDB has appeal for developers as documents map directly to JSON and objects, requiring no ORM.
- The document discusses strategies like using view models and data normalization versus embedding versus referencing.
- It also covers the resource model, performance, partitioning, indexing, querying, and programmability features of DocumentDB