Full ASP.NET Core 3.1 application with DDD, CQRS and Event Sourcing concepts
-
Updated
Jun 10, 2020 - C#
{{ message }}
Full ASP.NET Core 3.1 application with DDD, CQRS and Event Sourcing concepts
The stream database optimised for event sourcing
Full Modular Monolith application with Domain-Driven Design approach.
A stream processor for mundane tasks written in Go
Currently, you are not able to use middleware per handler in "clean way" (you can still manually wrap the handler function, or have separated router).
It would be nice to be able to add middleware per handler.
As a good reference point, you can use chi router: https://github.com/go-chi/chi
Framework for Evolutionary Event-Driven Microservices on the JVM
Async/await first CQRS+ES and DDD framework for .NET
Use Commanded to build Elixir CQRS/ES applications
Very simplified insurance sales system made in a microservices architecture using .NET Core
Domain-Driven-Design Pub/Sub Domain-Events framework
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
The missing, complete example of Domain-Driven Design enterprise application backed by Spring stack
As a followup to #696 we should deal with Ruby 2.7 deprecation warnings. Most common issue is:
Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call.
Fairly easy to fix, I suppose.
A lightweight framework to help creating CQRS and Eventsourcing applications in C#
CQRS/ES toolkit for Go
wolkenkit is an open-source CQRS and event-sourcing framework based on Node.js, and it supports JavaScript and TypeScript.
ASP.NET Core CMS
Event store using PostgreSQL for persistence
Symfony 5 DDD ES CQRS backend boilerplate
A library for event sourcing in Python.
【WIP】️一个基于 .NET Core 2.0 开发的简单易用的快速开发框架,遵循领域驱动设计(DDD)规范约束,并结合CQRS架构提供实现事件驱动、事件回溯、响应式等特性的基础设施。让开发者享受到正真意义的面向对象设计模式来带的美感。
A list of resources we at flyeralarm use to get new developers up and running
A high-performance framework for eventually consistent distributed event traceability based on the Virtual Actor model.
Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
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.
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
Example of Event Sourcing in .NET Core
Add a description, image, and links to the cqrs topic page so that developers can more easily learn about it.
To associate your repository with the cqrs topic, visit your repo's landing page and select "manage topics."
stackblitz example: https://stackblitz.com/edit/angular-ivy-jvewmr?
browse https://angular-ivy-jvewmr.stackblitz.io/worker-archive/worker-dashboard
common.state.ts
import { Action, Selector, State, StateContext } from '@ngxs/store';
import { NzMessageService } f