← Back to architecture map★ data
✂️
Architecture Pattern POC
CQRS
Command Query Responsibility Segregation. Separate write models from read models.
Flow From Map
WRITE: Command -> Write DB
-> sync/replicate
READ: Query -> Read DB (denorm)Your POC Area
Replace this placeholder with your interactive proof of concept for CQRS. This route is already dedicated to this pattern, so you can add diagrams, controls, code demos, or simulations here.
Example references: Event-sourced systems, DDD, NestJS CQRS