dotnet-cqrs/docs/tutorials/event-sourcing/README.md

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

  1. Fundamentals - Event sourcing concepts
  2. Aggregate Design - Design aggregates
  3. Events and Workflows - Event workflows
  4. Projections - Build read models
  5. Snapshots - Optimize with snapshots
  6. Replay and Rebuild - Replay events

See Also