Eric (Jake) Laursen
  • CV
  • /
  • mongo/

Data Modeling

Consider the ways that data is stored within and across documents

  • Data Modeling Anti-Patterns

    Un-needed indexes, bloated documents, huge arrays, storing data strategically

  • Identify the Workload

    Identify how the application will use data

  • Data Modeling

    Consider the ways that data is stored within and across documents

  • Relating Data

    Consider the ways that separate pieces of data are related

  • Schema Design Patterns

    Ways of organizing data across collections

  • Schema Designs and Applications

    An overview of how schema design patterns apply to several application types

  • Page Tags:
    database
    mongodb
    data modeling