A single conversation with a wise man is better than ten years of study.
~ Chinese Proverb ~

MongoDB Schema Design

Tugdual Grall

Download slides

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 using a library as a sample application. You will learn how to work with documents, evolve your schema, and common schema design patterns.

More talks