Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fchristenson/cqrs
https://github.com/fchristenson/cqrs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fchristenson/cqrs
- Owner: fChristenson
- Created: 2020-02-25T07:13:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T02:35:53.000Z (about 2 years ago)
- Last Synced: 2023-08-20T07:21:56.228Z (over 1 year ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 0
- Watchers: 0
- 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.