Skip to content
#

event-sourcing

Here are 938 public repositories matching this topic...

wicho1001
wicho1001 commented Oct 2, 2020

🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑🛑

hi, im using selector of ngxs, and our team create a dynamic selector, inside of documentation we didn't see nothing about this, but we´re asking if this is a good practice. Here´s the example of how we doit
`
@selector()
static current_answers(state: QuestionnaireStateModel): {getBy: (questionId: number) => number[]} {
return {getBy: (questionId: number)

watermill
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

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.

  • Updated Oct 3, 2020
  • C#

Improve this page

Add a description, image, and links to the event-sourcing 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 event-sourcing topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.