added content in Software Arquitect (#2186)
* added content in Software Arquitect * Update content/roadmaps/114-software-architect/content/105-patterns-and-design-principles/102-cqrs-eventual-consistency.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/2184/head^2
parent
53584259d4
commit
486c17d8d1
2 changed files with 14 additions and 3 deletions
@ -1 +1,8 @@ |
||||
# Cqrs eventual consistency |
||||
# CQRS eventual consistency |
||||
|
||||
CQRS (Segregation of Responsibility for Command Queries) is an architectural pattern that comes with the idea of separating read and write operations into two distinct logical processes. |
||||
|
||||
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
||||
|
||||
<BadgeLink badgeText="Read" colorScheme="yellow" href="https://martinfowler.com/bliki/CQRS.html">CQRS</BadgeLink> |
||||
<BadgeLink badgeText='Read' colorScheme="yellow" href='https://learn.microsoft.com/en-us/azure/architecture/patterns/cqrs'>Introduction to CQRS</BadgeLink> |
||||
|
Loading…
Reference in new issue