Search code examples
Event sourcing without CQRS...

architecturelanguage-agnosticcqrsevent-sourcing

Read More
Event validation...

domain-driven-designcqrsevent-sourcing

Read More
Event Sourcing and CQRS: Handle concurrency with multiple "read model consumers" instances...

event-handlingmicroservicescqrsevent-sourcingeventstoredb

Read More
Using Kafka as a (CQRS) Eventstore. Good idea?...

cqrsevent-sourcingapache-kafkadddd

Read More
Should there be an Update event per Property or an Update event per Entity with Event Sourcing?...

domain-driven-designcqrsevent-sourcing

Read More
Microservices + CQRS implementation...

amazon-s3microservicesamazon-snscqrsevent-sourcing

Read More
How to manage read requests in an event sourced application...

microservicesdomain-driven-designcqrsevent-sourcing

Read More
In a compacted Kafka topic, how to deal with relationships between entities?...

apache-kafkaentityrelationshipmessagingevent-sourcing

Read More
How to handle many instances of read model producers in event sourcing/cqrs?...

eventsmicroservicescqrsevent-sourcing

Read More
Aggregate root methods should change the aggregate root state?...

eventsaggregatedomain-driven-designevent-sourcing

Read More
Is there an OpenAPI type specification for Kafka or similar technology?...

apache-kafkaopenapievent-sourcingredoc

Read More
CQRS/Event Sourcing, how to get consistent data to apply business rules?...

domain-driven-designcqrsevent-sourcing

Read More
CQRS Event Sourcing: Validate UserName uniqueness...

domain-driven-designcqrsevent-sourcingunique

Read More
How to read events with Eventflow?...

.netdomain-driven-designcqrsevent-sourcingevent-flow

Read More
How to ensure data consistency between two different aggregates in an event-driven architecture?...

domain-driven-designevent-sourcingdddd

Read More
How to add metadata in Event entity of Eventflow...

.netcqrsevent-sourcingevent-flow

Read More
Event Sourcing: How to combine divergent states?...

event-sourcing

Read More
Event sourcing implementation with autofac (register/resolve handlers)...

c#inversion-of-controlautofacevent-sourcing

Read More
Can this cause a race condition in Event Sourcing...

phpevent-sourcing

Read More
Scala akka event sourcing how to get a message back to root?...

scalastateakkaevent-sourcing

Read More
EventStore: learning how to use...

cqrsevent-sourcingneventstore

Read More
What is the recommended approach to only do things once with Event Store and replays?...

event-sourcingsaga

Read More
Dispatch one event on updating multiple data or dispatch an event for every single field...

event-sourcing

Read More
Read write problem on an append only table...

concurrencyevent-sourcingisolation-leveltransaction-isolationdatabase-concurrency

Read More
How can I design a bridge from a legacy CRUD oriented app to a CQRS and Event sourcing system?...

domain-driven-designcqrsevent-sourcing

Read More
Event Sourcing - How to query inside a command?...

cqrsevent-sourcing

Read More
Do we perfom queries to the event store? When and how?...

cqrsevent-sourcing

Read More
EventStore and EventMetadata in .net 6...

.netevent-sourcingeventstoredb

Read More
Should an Event Sourcing entry contain what should update the view model or the payload of the event...

event-sourcing

Read More
Scaling an Axon application - command handling load tests failing...

spring-bootmicroservicescqrsevent-sourcingaxon

Read More
BackNext