Presented by Andrew Erlichson, Vice President, Engineering, Developer Experience, MongoDB Audience level: Beginner MongoDB’s basic unit of storage is a document. Documents can represent rich, schema-free data structures, meaning that we have several viable alternatives to the normalized, relational model. In this talk, we’ll discuss the tradeoff of various data modeling strategies in MongoDB. You will learn: - How to work with documents - How to evolve your schema - Common schema design patterns