Skip to content

mkcoder/learning-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learning-project

The idea of this project is to use one of the three technology in each project:

  • CQRS, DDD, Event Sourcing and see what benefits or difficulties we encounter along the way.

DDD + ES

Architecture diagram

Steps:

  1. A client will post an Event to a controller
  2. Controller will place this event on a Queue use MediatR
  3. These events will then be persisted to a store
  4. Aggregates will be listening to these events on the Queue
  5. Aggregates will then call the respective models to change the SQL database

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages