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

cqrs

Here are 1,633 public repositories matching this topic...

watermill
TheCelavi
TheCelavi commented Nov 22, 2021

We have a state that is persisted into browser local storage using https://github.com/ngxs/store/tree/master/packages/storage-plugin.

We noticed that state is flushed on navigation end - namely, we have, due to our business logic, state update on "setTimeout". However, browser local storage is being updated only when navigation ends (memory is fine, only flushing to browser local storage is ex

wolkenkit
strangedev
strangedev commented Apr 22, 2021

What is this bug about?

When we bootstrap the chat demo application by npx wolkenkit@4.0.0-internal.108 init, the client uses old API routes, causing a 404 error.

What is the expected result?

When we bootstrap the chat demo application, it works as-is.

What is the actual result?

The chat demo application is not usable, since the client can't fetch from the back-end.

Asp.Net Core 6 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 13, React 17, Vue 2.6), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR, Hosted Services, Health Checks, Security Headers, ...

  • Updated Nov 28, 2021
  • C#
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 5, 2021
  • C#

Improve this page

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

Learn more