The Wayback Machine - https://web.archive.org/web/20210825043814/https://github.com/topics/cqrs-es
Skip to content
#

cqrs-es

Here are 193 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
javiertoledo
javiertoledo commented Aug 11, 2021

Feature Request

Description

We currently need to have consistent reads active to manage the case when we write a new version of the read model and read it in the same lambda execution. For instance, when we're processing the event stream and updating the entities, then read models are updated. We need to make sure that the second time we read them we get the same object we stored in th

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.

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 Nov 6, 2019
  • 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