Skip to content
#

cqrs

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

watermill
breml
breml commented Mar 10, 2021

For an implementation of #126 (PostgreSQL driver with SKIP LOCKED), I create a SQL table for each consumer group containing the offsets ready to be consumed. The name for these tables is build by concatenating some prefix, the name of the topic and the name of the consumer group. In some of the test cases in the test suite, UUID are used for both, the topic and the consumer group. Each UUID has

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 5 Clean Architecture (Microservices, Modular Monolith, Monolith) samples (+Blazor, Angular 11, 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 Sep 4, 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 Sep 1, 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