https://github.com/fchristenson/cqrs
https://github.com/fchristenson/cqrs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/cqrs
- Owner: fChristenson
- Created: 2020-02-25T07:13:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:35:53.000Z (over 2 years ago)
- Last Synced: 2025-01-26T03:42:57.495Z (6 months ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CQRS
## What we will cover
- What is CQRS?
- What benefits does it bring?
- When do we want to use is?## Notes
CQRS or Command Query Responsibility Segregation is a software architecture that you may not have heard
about, don't worry it is only because it is a pattern that is rarely used in most application development.However it can bring great benefits when applied in the correct situation.