preetishmadalia / cqrs-microsvcs-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Microservice implementation using CQRS and Event Store

CQRS stands for Command Query Response Segregation.

What is Command?

  • Command is a combination of expressed intent.
  • It expresses the action to be taken and provides information of action to be taken and the data that needs to be modified.

What is an Aggregate?

  • An aggregate is a group of entities.

Design Patterns used

Mediator Pattern

About

License:MIT License


Languages

Language:Java 100.0%