Command and Query Responsibility Segregation (CQRS) — architecture style

A clear separation of write model from read model

Kong To

--

In a common approach, we’d normally handle both query and updates operations within the same endpoint, service logic and then rely on multiple repositories to persist data to the database. Some times, it can be complex to query from repositories all the data…

--

--

Kong To

Architect, code crafter. Code quality matters. Technical writer @TheFork, a Tripadvisor company