/blog / #cqrs
$ tag: #cqrs
3 post(s)
$ Related series
$ Posts in this tag
20 min read
Securing Event-Sourced Financial Systems: From Encryption to Observability
Imagine this scenario: a customer exercises their right to erasure. Delete their data, simple as that. Except the event store is immutable…
9 min read
Why Your Event Store Becomes a Bottleneck (And How NestJS Microservices Can Fix It)
Your event store processes 10K events/min smoothly, then Black Friday hits. How to scale with distributed NestJS microservices.
2 min read
Unleash the Power of Efficiency with Command-Query Responsibility Segregation (CQRS)
Command-Query Responsibility Segregation (CQRS) is an architectural pattern that separates the responsibilities of writing data (commands)…