Skip to content

Pragmatic Event Sourcing with Marten using Helpdesk domain

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 30 Jun 17:43
· 355 commits to main since this release
  • Simplest CQRS and Event Sourcing flow using Minimal API,
  • Cutting the number of layers and boilerplate complex code to the bare minimum,
  • Using all Marten helpers like WriteToAggregate and AggregateStream to simplify the processing,
  • Examples of all the typical Marten's projections,
  • Example of how and where to use C# Records, Nullable Reference Types, etc,
  • No Aggregates. Commands are handled in the domain service as pure functions.

See more in #161.