Top "Event-sourcing" questions

Event Sourcing is a design pattern that captures all changes to an application's state as a sequence of events.

What software to use for Event Storming?

With regard to Event Sourcing and Domain Driven Design, I'm looking for a good software solution to help my team …

domain-driven-design event-sourcing
Event Sourcing Resources

Looking for some suggestions for useful discussion groups, articles, success stories, reference apps, and tooling (.Net) on the subject of …

c# .net cqrs event-sourcing
Axon Framework vs Eventuate comparison

We are currently doing some research about CQRS and Event Sourcing and found two major frameworks taking care of these …

cqrs event-sourcing akka-persistence axon
Structure of a CQRS event store

I'm currently trying to understand how to build the internal structure of an event store. What I got so far: …

cqrs event-sourcing
Inter-Aggregate Communication in CQRS + DDD + Event Sourcing

How should separate aggregate roots (AR) communicate with one another in an environment built on DDD principles using an event-sourced …

domain-driven-design cqrs event-sourcing
CQRS event store aggregate vs projection

In a CQRS event store, does an "aggregate" contain a summarized view of the events or simply a reference to …

aggregate cqrs projection event-sourcing