m-r
CQRS example
An implementation of the Command Query Responsibility Segregation (CQRS) pattern in C#
Simple CQRS example
73 stars
9 watching
6 forks
Language: C#
last commit: over 12 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gregoryyoung/m-r | A simple CQRS example project demonstrating event-sourced architecture and command/query responsibility separation in C#. | 2,136 |
marknijhof/fohjin | An exploration of Domain-Driven Design and CQRS principles through a sample project | 700 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
dcomartin/ddd-cqrs-es-example | An implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks. | 133 |
xerprojects/xer.cqrs | A lightweight CQRS library with DDD concepts for building command and event handling systems | 101 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 564 |
yevhen/streamstone.m-r | Demonstrates CQRS and event store functionality using Streamstone ES | 18 |
xerprojects/xer.cqrs.commandstack | A CQRS command handling library providing simple abstraction and multiple registration methods | 4 |
serverlesstechnology/cqrs-demo | A demo application for testing and demonstrating the use of CQRS (Command Query Responsibility Segregation) principles in a Rust-based system using PostgreSQL as the data store. | 116 |
nestjs/cqrs | Provides a CQRS module for the Nest framework to handle command and query patterns in Node.js applications. | 849 |
asc-lab/java-cqrs-intro | An introduction to CQRS and Event Sourcing with Java implementation | 202 |
commanded/commanded | A framework for building Elixir applications using the CQRS/ES pattern | 1,867 |
asc-lab/dotnet-cqrs-intro | Explains CQRS and Event Sourcing basics with visualizations and examples for .NET developers | 140 |
xerprojects/xer.cqrs.eventstack | A lightweight CQRS event handling library for .NET. | 5 |
bitloops/ddd-hexagonal-cqrs-es-eda | A comprehensive example of software design and architecture using Domain Driven Design, Hexagonal Architecture, CQRS, Event Sourcing, Behaviour Driven Development, and other advanced concepts | 1,208 |