Completed
Risk: Event Model Sprawl
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Fact vs. Delta Event Types in Event Streaming - Module 2
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Fact and Delta Event Types
- 3 When are Fact Events the Better Option?
- 4 Measurements as Facts
- 5 Facts with Before/After Fields
- 6 Inferring Changes from Fact Events
- 7 Fact Event Considerations
- 8 Delta Events vs. Fact Events
- 9 Delta Events Expose A Specific Change
- 10 Facts Model State - Deltas Model Change
- 11 Deltas Are Used in Event Sourcing
- 12 Fact Events Provide the Whole State
- 13 Risk: Event Model Sprawl
- 14 Risk: Fine-Grained Custom-Triggered Events
- 15 Composite Events: Facts with a Delta?
- 16 Composite Events: Delta with some Facts?
- 17 When to use each?