Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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


No CQRS

## Separate Commands and Queries


Separate Commands and Queries

## Separate Models Commands and Queries


Separate Models Commands and Queries

## Separate Storage Engines


Separate Storage Engines

## Event Sourcing


Event Sourcing