Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in event-sourcing

Event Sourcing: concurrently creating conflicting events

Event-sourcing: Dealing with derived data

event-sourcing

Event Sourcing - where does Domain Logic fit in?

Spring Kafka - Event sourcing - Example of how to query some entity state using Kafka + KafkaStreams API

Multiple Message Types in a Single Kafka Topic with Avro

Preferred way of handling "Event Sourcing" in NestJS CQRS recipe

Adjustable, versioned graph database

Keeping a snapshot of the most current version of each aggregate in an event store

cqrs event-sourcing

CQRS + Event Sourcing: (is it correct that) Commands are generally communicated point-to-point, while Domain Events are communicated through pub/sub?

Compensating Events on CQRS/ES Architecture

DDD/CQRS Querying Events

Event sourcing chaining events

Event sourcing: denormalizing relationships in projections

Defining aggregate roots when invariants exist within a list

DDD/CQRS/ES Implement aggregate member using graph database aka using an immediately consistent readModel as entity collection

ElasticSearch as EventStore

CQRS (event sourcing): Projections with multiple aggregates

cqrs event-sourcing

Is it OK to create huge events in Event Sourcing?

What are Reactors/Reactions in Event-Sourcing?

cqrs event-sourcing reactor

Is it ok to use Apache Kafka "infinite retention policy" as a base for an Event sourced system with CQRS?