MongoDB Schema Design Best Practices

Joe KarlssonTech Talk

MongoDB Schema Design Best Practices

Thanks for coming to my talk, MongoDB Schema Design Best Practices. Here you will find all the resources discussed during the talk.

About

Have you ever wondered, “How do I model my schema for my application?” It’s one of the most common questions devs have pertaining to MongoDB. And the answer is, it depends. This is because document databases have a rich vocabulary that is capable of expressing data relationships in more nuanced ways than SQL. There are many things to consider when picking a schema. is your app read or write-heavy? What data is frequently accessed together? What are your performance considerations? How will your data set grow and scale?

In this talk, we will discuss the basics of data modeling using real-world examples. You will learn common methodologies and vocabulary you can use when designing your database schema on your application.

Video

If you are having trouble with the embedded link, you can check out the video here: https://www.youtube.com/watch?v=leNCfU5SYR8

Slides

Related Links

Follow Joe Karlsson on Social

Want to Learn More About Joe Karlsson?