File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
---
12
12
13
13
## Intent
14
- CQRS Command Query Responsibility Segregation - Seperate the query side from the command side.
14
+ CQRS Command Query Responsibility Segregation - Separate the query side from the command side.
15
15
16
16
![ alt text] ( ./etc/cqrs.png " CQRS ")
17
17
@@ -24,6 +24,6 @@ Use the CQRS pattern when
24
24
25
25
## Credits
26
26
27
- * [ Greg Young - CQRS, Task Based UIs, Event Sourcing agh!] ( http://www.amazon. com/Effective-Java-Edition-Joshua-Bloch/dp/0321356683 )
28
- * [ Martin Fowler - CQRS] ( http ://codebetter .com/gregyoung/2010/02/16/cqrs-task-based-uis-event-sourcing-agh/ )
27
+ * [ Greg Young - CQRS, Task Based UIs, Event Sourcing agh!] ( http://codebetter. com/gregyoung/2010/02/16/cqrs-task-based-uis-event-sourcing-agh/ )
28
+ * [ Martin Fowler - CQRS] ( https ://martinfowler .com/bliki/CQRS.html )
29
29
* [ Oliver Wolf - CQRS for Great Good] ( https://www.youtube.com/watch?v=Ge53swja9Dw )
You can’t perform that action at this time.
0 commit comments