mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 06:58:54 +00:00
docs: add CQRS architecture diagram
This commit is contained in:
@@ -32,6 +32,10 @@ Microsoft's documentation says
|
||||
|
||||
> CQRS separates reads and writes into different models, using commands to update data, and queries to read data.
|
||||
|
||||
Architecture diagram
|
||||
|
||||

|
||||
|
||||
## Programmatic Example of CQRS Pattern in Java
|
||||
|
||||
One way to implement the Command Query Responsibility Segregation (CQRS) pattern is to separate the read and write operations into different services.
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
Reference in New Issue
Block a user