Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asc-lab/java-cqrs-intro
Examples of implementation CQRS with Event Sourcing - evolutionary approach
https://github.com/asc-lab/java-cqrs-intro
cqrs java-11
Last synced: 1 day ago
JSON representation
Examples of implementation CQRS with Event Sourcing - evolutionary approach
- Host: GitHub
- URL: https://github.com/asc-lab/java-cqrs-intro
- Owner: asc-lab
- Created: 2019-01-15T06:42:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T16:22:54.000Z (3 months ago)
- Last Synced: 2025-01-17T18:12:06.581Z (8 days ago)
- Topics: cqrs, java-11
- Language: Java
- Size: 357 KB
- Stars: 207
- Watchers: 13
- Forks: 59
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - asc-lab/java-cqrs-intro - Examples of implementation CQRS with Event Sourcing - evolutionary approach (Java)
README
# CQRS and Event Sourcing Intro for Developers
We live in a world of dynamically changing technologies. New ways of architecturing our solutions, new frameworks and libraries seem to appear on almost daily basis.
**But good software engineering is not about fancy frameworks and solutions aggressively promoted by their vendors.** It is not about doing something because Netflix or Google did it. It is about taking well-thought-out decisions based on facts and knowledge. That’s why it is important to be familiar basic architectural concepts like CQRS. It is one of the tools we use in our software house every day. We mentioned CQRS in the article which is part of the series about [Microservices on .NET Core](https://altkomsoftware.pl/en/blog/building-microservices-on-net-core-1/), but it was presented from technical perspective and here we want to focus on basics concepts explanation with visualisation and examples.
[Check our article!](https://altkomsoftware.pl/en/blog/cqrs-event-sourcing/)
## No CQRS
## Separate Commands and Queries
## Separate Models Commands and Queries
## Separate Storage Engines
## Event Sourcing