-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Alex Chugaev edited this page Jan 11, 2021
·
15 revisions
Getting Started
Documentation
- What is CQRS
-
Executing commands - learn more about
CommandBus
,Command
s andCommandHandler
s. -
Executing queries - learn more about
QueryBus
,Query
s andQueryHandler
s. -
Reporting changes - learn more about
EventBus
,Event
s andEventHandler
s. -
Going reactive - learn more about Saga pattern and how and when to implement your own
Saga
s. - Error handling
Example
- CQRS in action - Repository with Angular app which demonstrates CQRS usage (WIP).
Getting Started
Documentation
- What is CQRS
- Commands and command handlers
- Queries and query handlers
- Events and event handlers
- Sagas
- Error handling
Examples