Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in event-sourcing

CQRS/ES: Bulk operations/imports

import cqrs event-sourcing

EventSourcing race condition

Event sourcing - event replaying

cqrs event-sourcing

Event Sourcing: where to put business logic

Microservices - Is event store technology (in event sourcing solutions) shared between all microservices?

Handling large amount of events in event sourcing

cqrs event-sourcing

Why limit commands and events to one aggregate? CQRS + ES + DDD

kafka as event store in event sourced system

Event-sourcing with akka-persistance: growing state as list?

How to write an event bus in Haskell?

Single or multiple topic (stream) per Aggregate Root event in kafka

CQRS - sending response by command with immediate consistency

Event Sourcing with Kinesis - Replaying and Persistence

Should an API Gateway Communicate via a Queue or directly to other μServices?

How to handle situations, when the read model became out of sync with the event logs?

cqrs event-sourcing

Where to validate business rules when using event-sourcing

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

Why can't sagas query the read side?

An event store could become a single point of failure?

Akka Persistence Query event stream and CQRS