So here’s a common scenario when building a system using Event Sourcing with Marten: As an example, let’s say that your application has some reference information about system users saved in this document type (from the Marten testing suite): And you also have events for some kind of UserTask aggregate that manages the workflow of … Continue reading Event Enrichment in Marten Projections→