770 B
770 B
Event Sourcing Tutorial
Build an event-sourced application from scratch.
Overview
Learn event sourcing by building a complete application with:
- Event-sourced aggregates
- Event store persistence
- Projections for read models
- Event replay and snapshots
Tutorial Steps
- Fundamentals - Event sourcing concepts
- Aggregate Design - Design aggregates
- Events and Workflows - Event workflows
- Projections - Build read models
- Snapshots - Optimize with snapshots
- Replay and Rebuild - Replay events