introduction to mongodb... · to mongodb. case study #1 building a database for a blogging site....

6
INTRODUCTION TO MONGODB

Upload: others

Post on 07-Feb-2021

7 views

Category:

Documents


0 download

TRANSCRIPT

  • INTRODUCTIONTO MONGODB

  • CASE STUDY #1Buildinga Databasefor a BloggingSite

  • Case Study #1 | Blogging Site Database

    ● Different data types● Primary Keys● One to Many relationship between users and blog

    posts○ Corresponding keys across separate collections○ Single collection with embedded documents

  • Database Design

    Schema: Separate Collections

  • Database Design

    Schema: Embedded Documents

  • Case Study #1 | Blogging Site Database

    Separate Collections vs.

    Embedded Documents