tahanebti / spring-boot-cqrs

CQRS with Spring REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Query Responsibility Segregation

CQRS stands for Command Query Responsibility Segregation. its heart is the notion that you can use a different model to update information than the model you use to read information.

For some situations, this separation can be valuable, but beware that for most systems CQRS adds risky complexity.

CQRS Model

alt text

Contribution

If someone is interesting in contribution please contact me on e-mail hedzaprog@gmail.com. There will be more interesting things to come for Spring Boot especially.

Author

Heril Muratović
Software Engineer

Mobile: +38269657962
E-mail: hedzaprog@gmail.com
Skype: hedza06
Twitter: hedzakirk
LinkedIn: https://www.linkedin.com/in/heril-muratovi%C4%87-021097132/
StackOverflow: https://stackoverflow.com/users/4078505/heril-muratovic

About

CQRS with Spring REST API


Languages

Language:Java 100.0%