CQRS
-
Software Development
CQRS increases consistency
I hear this argument a lot. As the author of a framework that strongly encourages CQRS, I obviously am biased…
Read More » -
Enterprise Java
Event-Sourcing and CQRS in Practise
Anyone that has tried to implement a fully ACID compliant system knows that there are a lot of considerations you…
Read More » -
Core Java
CQRS with Java and Lagom
I’ve had the pleasure to talk at the Chicago Java User Group and talk about how Lagom implements CQRS, the…
Read More » -
Software Development
Divided We Win: an event sourcing / CQRS prospective on write and read models separation
Quite a while ago we have started to explore command query responsibility segregation (CQRS) architecture as an alternative way to…
Read More » -
Enterprise Java
Rapid Development with Hibernate in CQRS Read Models
In this post I’m going to share a few tricks for using Hibernate tooling in CQRS read models for rapid…
Read More » -
Software Development
Persistence in CQRS Read Models
One of the biggest benefits of CQRS is the ability to implement multiple read models. Business rules and the domain…
Read More » -
Enterprise Java
Writing an Event-Sourced CQRS Read Model
Discussions about event sourcing and CQRS seem to usually focus on the overall system architecture or various flavors of domain-driven…
Read More » -
Software Development
Achieving Consistency in CQRS with Linear Event Store
In a recent project involving an event-sourced CQRS system, we decided to do some things that seem somewhat unusual compared…
Read More » -
Software Development
Introduction to Event Sourcing and Command-Query Responsibility Segregation
The concepts of event sourcing (ES) and command-query responsibility segregation (CQRS) have been around for quite a while. They are…
Read More »
- 1
- 2