Data Modeling in MongoDB: Embed vs Reference
MongoDB gives you a choice relational databases don't: embed related data inside a document or reference it from another collection. This guide explains when each pattern fits and how to avoid the traps of both.