Fohjin

CQRS example

An implementation of CQRS patterns in Domain-Driven Design using C#

This is a personal sand box

GitHub

699 stars
76 watching
176 forks
Language: C#
last commit: about 3 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
gregoryyoung/m-rA simple CQRS example project demonstrating event-sourced architecture and command/query responsibility separation in C#.2,141
thinkbeforecoding/m-rAn implementation of the Command Query Responsibility Segregation (CQRS) pattern in C#73
serverlesstechnology/cqrs-demoA 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.117
asc-lab/java-cqrs-introAn introduction to CQRS and Event Sourcing with Java implementation205
ddd-by-examples/event-source-cqrs-sampleA sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD)468
yevhen/streamstone.m-rDemonstrates CQRS and event store functionality using Streamstone ES18
xerprojects/xer.cqrsA lightweight CQRS library with DDD concepts for building command and event handling systems101
tojans/scritchyA CQRS framework that removes the plumbing, allowing developers to build command and query handlers without extensive boilerplate code.67
dcomartin/ddd-cqrs-es-exampleAn implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks.133
ahoo-wang/wowA framework for building modern reactive CQRS microservices with event sourcing and domain-driven design205
nestjs/cqrsProvides a CQRS module for the Nest framework to handle command and query patterns in Node.js applications.854
xerprojects/xer.cqrs.commandstackA CQRS command handling library providing simple abstraction and multiple registration methods4
jbogard/contosouniversitydotnetcore-pagesAn ASP.NET Core 6.0 project demonstrating CQRS and other software design patterns using Razor Pages and Entity Framework Core.1,366
eventuria/demonstration-gsdA basic Todo list built on top of Haskell to demonstrate CQRS/Command Sourcing principles50
andreschaffer/event-sourcing-cqrs-examplesAn implementation of Event Sourcing and CQRS in a minimalist banking system using Java566