-
Software Development👁 Image
Event Sourcing vs CRUD: Rethinking Data Persistence in Enterprise Systems
For decades, CRUD has been the default approach to data persistence. Create a record, read it back, update when things…
Read More » -
Software Development👁 Image
CQRS and Event Sourcing in Practice: Building Scalable Systems
Today’s distributed systems experiences challenges-evolving business conditions, consistency and scalability. Recently, two architectural design patterns — command query responsibility segregation…
Read More » -
Enterprise Java👁 Image
Implementing CQRS and Event Sourcing with Axon Framework in Spring
Modern enterprise applications often require complex consistency, scalability, and traceability features. This is where CQRS (Command Query Responsibility Segregation) and…
Read More » -
Software Development👁 Image
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👁 java-interview-questions-answers
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👁 Image
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👁 Image
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👁 Image
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👁 Image
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 »
