Skip to content

Commit 1f44a8c

Browse files
committed
docs: add CQRS architecture diagram
1 parent 851ebba commit 1f44a8c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: command-query-responsibility-segregation/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Microsoft's documentation says
3232

3333
> CQRS separates reads and writes into different models, using commands to update data, and queries to read data.
3434
35+
Architecture diagram
36+
37+
![CQRS Architecture Diagram](etc/CQRS Architecture Diagram.png)
38+
3539
## Programmatic Example of CQRS Pattern in Java
3640

3741
One way to implement the Command Query Responsibility Segregation (CQRS) pattern is to separate the read and write operations into different services.
Loading

0 commit comments

Comments
 (0)