Event Sourcing
Offered By: GOTO Conferences via YouTube
Course Description
Overview
Explore event sourcing in depth through this 54-minute conference talk by Greg Young, who coined the term CQRS (Command Query Responsibility Segregation). Delve into the concept of event sourcing, its potential value, and how it can transform problem-solving approaches. Examine trade-offs, misconceptions, and concerns associated with event sourcing while gaining insights from Young's extensive experience in the field since 2006. Learn about querying events, read models, object databases, accidental complexity, service buses, and the relationship between event sourcing and domain-driven design. Understand when to apply event sourcing and when it may not be suitable, and discover how major companies utilize this approach. Address common questions and concerns about implementing event sourcing in various scenarios.
Syllabus
Intro
Event Sourcing
Example
State
Append
It depends
Amazon example
Alpha Beta
Linearization
Versioning Problems
Introducing Event Sourcing
Querying Events
N Read Models
Object Databases
Accidental Complexity
Service Buses
Consumer vs Server Driven Subscriptions
Complexity of Event Sourcing
Big Companies Use Event Sourcing
Slow Systems
DomainDriven Design
Best Framework
CQRS
Questions
Taught by
GOTO Conferences
Related Courses
Addressing Algorithmic BiasGOTO Conferences via YouTube Empowering Consumers - Evolution of Software in the Future
GOTO Conferences via YouTube Why Static Typing Came Back
GOTO Conferences via YouTube Higher Kinded Types in a Lower Kinded Language - Functional Programming in Kotlin
GOTO Conferences via YouTube It's Not Hard to Test Smart - Delivering Customer Value Faster
GOTO Conferences via YouTube