Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Cqrs

Cqrs

100 projects

Showing 36 of 100 projects

shriek-fx
shriek-fxC#

A .NET Core rapid development framework implementing DDD and CQRS patterns for event-driven, event-sourced applications.

#elegant#event-driven-architecture#cqrs
Stars652
Forks155
Last commit3 years ago
Event Sourcing and CQRS Examples
Event Sourcing and CQRS ExamplesJava

A practical example of Event Sourcing and CQRS patterns applied to a minimalistic banking domain.

#software-architecture#cqrs#event-store
Stars597
Forks121
Last commit7 days ago
DDD Playground
DDD PlaygroundPHP

A Symfony-based PHP wallet API implementing Domain-Driven Design with examples for authentication, testing, and event-driven architecture.

#cqrs#api#event-sourcing
Stars594
Forks85
Last commit4 years ago
ContosoUniversityCore
ContosoUniversityCoreJavaScript

A sample ASP.NET Core application implementing ContosoUniversity using CQRS, MediatR, and Entity Framework 6 with feature folder organization.

#entity-framework-6#cqrs#asp-net-core
Stars587
Forks145
Last commit8 years ago
FastAPI Clean Example
FastAPI Clean ExamplePython

A practical Clean Architecture backend example built with FastAPI featuring dependency injection, DDD, CQRS, and proper unit of work.

#fastapi#crud#software-design-patterns
Stars575
Forks79
Last commit24 days ago
Prooph Event Store
Prooph Event StorePHP

PHP 7.4+ EventStore implementation providing common interfaces and classes for event sourcing.

#event-driven-architecture#cqrs#event-store
Stars548
Forks74
Last commit2 months ago
Mediator.Net
Mediator.NetC#

A powerful and flexible mediator implementation for .NET that enables clean architecture by decoupling request/response handling.

#event-driven#mediator#cqrs
Stars531
Forks52
Last commit2 months ago
Orleankka
OrleankkaC#

A functional, message-based API extension for Microsoft Orleans, enabling composable actor communication for CQRS, event-sourcing, and FSM.

#orleans#functional-programming#cqrs
Stars507
Forks78
Last commit7 months ago
Companion Code for Microsoft .NET Architecting Applications for the Enterprise
Companion Code for Microsoft .NET Architecting Applications for the EnterpriseC#

An open-source, event-based micro ERP system built on ASP.NET Core for small to medium businesses.

#entity-framework-core#vue-js#cqrs
Stars502
Forks152
Last commit3 years ago
PipelinR
PipelinRJava

A lightweight command processing pipeline library for Java applications, enabling clean separation of concerns via small, single-responsibility handlers.

#service-layer#command-pattern#spring
Stars492
Forks67
Last commit3 months ago
cqrs
cqrsRust

A lightweight, opinionated CQRS and event sourcing framework for serverless architectures.

#event-driven-architecture#cqrs#serverless
Stars486
Forks61
Last commit3 days ago
Event Sourcing and CQRS Sample
Event Sourcing and CQRS SampleJava

A sample event-sourced CQRS application demonstrating domain events, command handling, and read model construction.

#event-driven#architecture-patterns#read-model
Stars475
Forks129
Last commit8 years ago
SQLStreamStore
SQLStreamStoreC#

A .NET stream store library for implementing event-sourced applications using SQL databases.

#event-driven-architecture#cqrs#async-api
Stars467
Forks130
Last commit2 years ago
Booster
BoosterTypeScript

A TypeScript framework for building event-driven backend microservices with CQRS, Event Sourcing, and automatic cloud infrastructure generation.

#event-driven#cloud-infrastructure#cqrs
Stars448
Forks98
Last commit1 month ago
Booster framework examples
Booster framework examplesTypeScript

A TypeScript framework for building event-driven backend microservices with CQRS, Event Sourcing, and automatic cloud infrastructure generation.

#event-driven#cloud-infrastructure#event-driven-architecture
Stars448
Forks98
Last commit1 month ago
Aggregates.NET
Aggregates.NETC#

A .NET library that integrates NServiceBus and EventStore to simplify building event-sourced domain-driven design applications.

#sagas#eventsourcing#cqrs
Stars441
Forks63
Last commit1 year ago
EventualShop
EventualShopC#

A cloud-native distributed system reference implementation using Reactive DDD, Event Sourcing, CQRS, and microservices.

#event-driven#eventsourcing#event-driven-architecture
Stars423
Forks85
Last commit5 months ago
DDD-starter-dotnet
DDD-starter-dotnetC#

A sample implementation and comparison of various DDD approaches in .NET to quickly start domain-driven design projects.

#event-driven#software-architecture#cqrs
Stars404
Forks32
Last commit10 months ago
akka-ddd
akka-dddScala

A framework for building distributed services with DDD, CQRS, and event sourcing on the Akka platform.

#event-driven-architecture#akka#cqrs
Stars360
Forks58
Last commit1 year ago
Zebus
ZebusC#

A lightweight peer-to-peer service bus for .NET applications, built with CQRS principles for fast and resilient communication.

#event-driven#command-pattern#service-bus
Stars332
Forks64
Last commit2 months ago
eShopOnContainersDDD
eShopOnContainersDDDC#

A fully event-sourced e-commerce microservices example built with DDD, CQRS, and Aggregates.NET patterns.

#eventsourcing#cqrs#aggregates-net
Stars319
Forks45
Last commit3 years ago
DNTFrameworkCore
DNTFrameworkCoreC#

A lightweight and extensible infrastructure for building high-quality web applications based on ASP.NET Core.

#entity-framework-core#event-driven#crud
Stars315
Forks74
Last commit2 years ago
Mixter
MixterCSS

Learn CQRS and Event Sourcing through interactive koans in multiple programming languages.

#multi-language#workshop#cqrs
Stars314
Forks81
Last commit2 years ago
Kotlin DDD Sample
Kotlin DDD SampleKotlin

A sample Domain-Driven Design and CQRS project built with Kotlin and Spring, demonstrating a layered architecture for order management.

#event-driven#gradle#cqrs
Stars306
Forks50
Last commit6 years ago
Wow
WowKotlin

A Kotlin/Java framework for building reactive, event-sourced microservices using DDD and CQRS patterns.

#event-driven#cqrs#high-performance
Stars301
Forks39
Last commit17 hours ago
Silverback
SilverbackC#

A .NET message bus and broker integration library for building event-driven architectures with first-class Apache Kafka and MQTT support.

#silverback#service-bus#event-driven-architecture
Stars284
Forks43
Last commit1 day ago
Go-MediatR
Go-MediatRGo

A Go library implementing the mediator pattern for decoupled request/response and event handling, inspired by MediatR for .NET.

#event-driven#mediator#cqrs
Stars278
Forks18
Last commit1 year ago
TodoMVC-DDD-CQRS-EventSourcing
TodoMVC-DDD-CQRS-EventSourcingC#

A TodoMVC implementation in C#/TypeScript demonstrating Event Sourcing, CQRS, and Domain-Driven Design patterns.

#eventsourcing#cqrs#event-sourcing
Stars256
Forks32
Last commit3 years ago
Skopelos
SkopelosSwift

A minimalistic, thread-safe, non-boilerplate Swift library for Core Data, inspired by Active Record.

#ios#data-persistence#cqrs
Stars239
Forks18
Last commit4 years ago
LiteBus
LiteBusC#

A lightweight, high-performance mediator for implementing Command Query Separation (CQS) and Domain-Driven Design (DDD) in .NET applications.

#in-process-messaging#pipeline-architecture#event-driven-architecture
Stars233
Forks17
Last commit4 days ago
Cirqus
CirqusC#

A simple but powerful .NET framework for implementing event sourcing and CQRS patterns in domain-driven applications.

#aggregate-roots#view-projections#command-processor
Stars231
Forks40
Last commit4 years ago
Java CQRS Intro
Java CQRS IntroJava

Examples of implementing CQRS with Event Sourcing using an evolutionary approach in Java.

#software-architecture#cqrs#educational
Stars216
Forks62
Last commit1 year ago
Money
MoneyC#

A personal expense manager application built with UWP for Windows devices and Blazor for web, using CQRS+ES architecture.

#spa#personal-finance#uwp-apps
Stars212
Forks37
Last commit2 months ago
MicroBus
MicroBusC#

MicroBus is a simple in process Mediator for .NET

#mediator#cqrs#dotnet
Stars211
Forks23
Last commit6 years ago
EventFlow.Example
EventFlow.ExampleC#

A .NET Core example implementing DDD, CQRS, and event-sourcing using EventFlow with RabbitMQ, MongoDB, PostgreSQL, and EventStore.

#event-driven#sagas#cqrs
Stars204
Forks41
Last commit3 years ago
DDDInventoryItemFSharp
DDDInventoryItemFSharpJavaScript

An idiomatic F# implementation of Domain-Driven Design with Event-Sourcing using EventStore.

#functional-programming#cqrs#reference-architecture
Stars187
Forks41
Last commit5 years ago
PreviousPage 2 of 3Next

Related Tags

#Event Sourcing65#Domain Driven Design57#Ddd38#Dotnet33#Microservices29#Event Driven Architecture25#Architecture22#Event Driven18#Distributed Systems16#Clean Architecture16#Software Architecture15#Docker13
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub