Skip to content
#

cqrs-es

Here are 214 public repositories matching this topic...

symfony-5-es-cqrs-boilerplate
jorge07
jorge07 commented Sep 17, 2020

I would like to review the docs and explain also de concepts behind some decisions.
Things needed to explain:

  • DDD objectives and reasons why.
  • Core concepts like
    • bounded context
    • anti corruption layer
    • domain
    • value objects VS entities
    • aggregates
    • aggregate root
    • layered architecture and each one responsibility
    • reasons for the command and query bus
    • the even
booster
jesusAlvSoto
jesusAlvSoto commented Jun 29, 2022

Improve the documentation of entities and read models so the reader can better understand what can be done with each one. For example, you can’t search on entities, you have to project them to the read models to perform a search.
We need to make clear the read model concept and how the joinkeys work. In Booster, you need to know which are the keys related to the entity that was updated to trigger

documentation good first issue
go-eventually
ar3s3ru
ar3s3ru commented Feb 4, 2021

I hate manual tagging because, as everything tasked to a human being, the human factor brings inherent error.

Since we're all software engineers here we can automate the tagging process when merging on main -- maybe after the tests have passed?

NOTE: for each feature, a minor release should be used, and fix or minor branch, a patch release should be used instead.

good first issue help wanted chore-repository

Dermayon is Library for supporting build large application,distributed application, scalable, microservices, cqrs, event sourcing, including generic ef repository pattern with unit of work, generic mongo repository pattern with unit of work, kafka, etc

  • Updated Jun 22, 2022
  • C#

Improve this page

Add a description, image, and links to the cqrs-es topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cqrs-es topic, visit your repo's landing page and select "manage topics."

Learn more