Full ASP.NET Core 3.1 application with DDD, CQRS and Event Sourcing concepts
-
Updated
Nov 2, 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
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
Domain-Driven-Design Pub/Sub Domain-Events framework
The missing, complete example of Domain-Driven Design enterprise application backed by Spring stack
It would be nice to have favicon for browser to distinguish it from other browser tabs.
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
Multi tenant SaaS starter kit with cqrs graphql microservice architecture, apollo federation, event source and authentication
I would like to review the docs and explain also de concepts behind some decisions.
Things needed to explain:
A library for event sourcing in Python.
Event store using PostgreSQL for persistence
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.
A high-performance framework for eventually consistent distributed event traceability based on the Virtual Actor model.
A list of resources we at flyeralarm use to get new developers up and running
【WIP】️一个基于 .NET Core 2.0 开发的简单易用的快速开发框架,遵循领域驱动设计(DDD)规范约束,并结合CQRS架构提供实现事件驱动、事件回溯、响应式等特性的基础设施。让开发者享受到正真意义的面向对象设计模式来带的美感。
Examples and Tutorials 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."
I previously opend a feature request for a modifiable state within a selector (#1679), because i have a problem with the recalculation / slicing / preprocessing of the state, every time >100mb. Now i have read that you plan that the state is only recalculated if the output changes for v4 (not the parameters, https://www.ngxs.io/concepts/select#joining-selectors )[would also exactly solve my recalc