Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fchristenson/cqrs


https://github.com/fchristenson/cqrs

Last synced: about 2 months ago
JSON representation

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.