Your application's query patterns, not normalization rules, should drive your data model.
#1about 3 minutes
Why data modeling matters for front-end developers
A good data model improves application performance, developer productivity, and reduces overall development costs.
#2about 7 minutes
Understanding document databases and flexible schemas
NoSQL document databases like MongoDB use collections of BSON documents with flexible schemas, unlike the rigid tables of SQL.
#3about 6 minutes
Modeling data relationships with embedding and referencing
One-to-many relationships can be modeled by either embedding related data within a single document or by referencing it using IDs.
#4about 9 minutes
Deciding when to embed or reference data
Use embedding for one-to-few relationships and referencing for one-to-zillions, while considering if entities are separate logical units for one-to-many cases.
#5about 6 minutes
Optimizing queries with the extended reference pattern
Combine referencing with embedding of frequently accessed fields to reduce queries while avoiding overly large documents and data duplication.
#6about 5 minutes
Handling data duplication and staleness effectively
Accept duplication for historical data and manage necessary updates for stale data using batch operations triggered by change streams.
#7about 9 minutes
Core principles for successful NoSQL data modeling
Effective data modeling is driven by application use cases, requiring identification of logical units, relationships, and critical queries.
Related jobs
Jobs that call for the skills explored in this talk.
Matching moments
02:33 MIN
Why data modeling matters for front-end developers
NoSQL Data Modeling for Front-end Developers
08:42 MIN
Key principles and resources for data modeling
NoSQL Data Modeling for Front-end Developers
03:52 MIN
Shifting from transactional to interaction-based data models
Tomorrow's cloud data platforms - fully managed database-as-a-service (DBaaS)
07:56 MIN
Contrasting relational SQL and NoSQL data models
Leveraging Real time data in FSIs
06:37 MIN
Understanding document databases and flexible schemas
NoSQL Data Modeling for Front-end Developers
05:03 MIN
Handling evolving data formats with a flexible schema
40 Minutes to Build a Serverless COVID-19 REST and GraphQL APIs
05:35 MIN
Modeling connected data with graph databases
Cyber Sleuth: Finding Hidden Connections in Cyber Data
Dev Digest 136 - No JS(on) of mineNews and ArticlesDouglas Crockford is our featured video, so let's talk about evolving JavaScript and all things JSON. Judicious JSON explains all the weird things in it, you can learn why it can be incredibly slow, people wonder what even is a JSON ...
Chris Heilmann
Douglas Crockford - JSON and BeyondBack at the WeAreDevelopers World Congress in July, Douglas Crockford took the stage to tell the JSON story and what's next. You can watch the video or read all about it here.IntroductionHello dear friends! Today, we delve into the world of data inte...
Benedikt Bischof
Web Development Best Practices: What The Data Tells usWelcome to the new issue of the WeAreDevelopers Live Talk series. This article recaps an interesting talk by Laurie Voss who gave advice about the best practices in web development. What you will learn:What’s the current state of web development - “k...
Benedikt Bischof
Making Data Warehouses Fast: A Developer’s StoryWelcome to this issue of the WeAreDevelopers Live Talk series. This article recaps an interesting talk by Adnan Rahic who teaches the audience how to make data warehouses.About the Speaker: Adnan is senior developers advocate at Cube. His passion lie...
From learning to earning
Jobs that call for the skills explored in this talk.