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 28 of 100 projects

magazine-website
magazine-websiteC#

A magazine website built with .NET Core using DDD, CQRS, and microservices architecture.

#reactive-extensions#entity-framework-core#asynchronous-programming
Stars180
Forks53
Last commit5 years ago
Castra
CastraClojure

A Clojure/Script RPC library for web applications that makes async server calls feel like expression evaluation.

#unidirectional-dataflow#cqrs#clojurescript
Stars172
Forks25
Last commit5 years ago
InMemoryCQRSReplication
InMemoryCQRSReplicationC#

An Akka.NET reference architecture demonstrating CQRS with in-memory replication, cluster sharding, and event sourcing for high-throughput, fault-tolerant systems.

#cqrs#cluster-sharding#event-sourcing
Stars148
Forks24
Last commit
DotNet CQRS Intro
DotNet CQRS IntroC#

A practical introduction to implementing CQRS with Event Sourcing in .NET using an evolutionary approach.

#code-examples#software-architecture#event-driven-architecture
Stars138
Forks45
Last commit7 years ago
extreme
extremeElixir

Elixir TCP client adapter for EventStore, enabling event sourcing and CQRS applications.

#elixir-lang#database-adapter#elixir
Stars133
Forks30
Last commit9 months ago
CQRS-DDD Example
CQRS-DDD ExampleJavaScript

A practical implementation of Domain-Driven Design, CQRS, and Event Sourcing using .NET technologies and GetEventStore.

#cqrs#signalr#event-sourcing
Stars133
Forks37
Last commit12 years ago
Advanced Topics in Event Sourcing / CQRS / DDD
Advanced Topics in Event Sourcing / CQRS / DDD

A curated collection of advanced resources on Event Sourcing, CQRS, and DDD with a focus on Scala and Akka implementations.

#functional-programming#data-persistence#akka
Stars109
Forks4
Last commit6 years ago
Emissary
EmissaryJava

A high-performance Java messaging library for decoupling requests and events from their handlers using annotations without reflection overhead.

#event-driven#cqrs#request-handling
Stars109
Forks7
Last commit3 months ago
Xer.Cqrs
Xer.CqrsC#

A lightweight CQRS library with DDD components for building the write side of applications.

#cqrs#event-handlers#command-handling
Stars103
Forks8
Last commit8 years ago
Event Sourcing Example
Event Sourcing ExampleJava

A simplified in-memory example of Event Sourcing with CQRS implementation in Java for the banking domain.

#software-architecture#event-driven-architecture#cqrs
Stars99
Forks40
Last commit
DDD/CQRS/ES Discord
DDD/CQRS/ES Discord

Documentation and resources for the DDD-CQRS-ES Discord community, which migrated from Slack.

#community-management#cqrs#community
Stars81
Forks5
Last commit3 years ago
Its.Cqrs
Its.CqrsC#

A .NET library suite for implementing CQRS and Event Sourcing with Domain-Driven Design principles.

#command-pattern#concurrency-control#read-model
Stars76
Forks21
Last commit8 years ago
Crabzilla
CrabzillaKotlin

Yet another Event Sourcing experiment. A project exploring Vert.x to develop Event Sourcing / CQRS applications.

#cqrs#event-sourcing#cqrs-es
Stars75
Forks9
Last commit5 months ago
Simple CQRS in F#
Simple CQRS in F#C#

A simple CQRS implementation example demonstrating command and query responsibility segregation patterns.

#query-pattern#command-pattern#architecture-patterns
Stars73
Forks6
Last commit1 year ago
CoreDdd
CoreDddC#

A set of open-source .NET libraries for implementing domain-driven design (DDD) and CQRS patterns.

#cqrs#asp-net-core#dependency-injection
Stars71
Forks6
Last commit3 months ago
Commander
CommanderGo

A Go library for building event-driven and event streaming applications with support for event sourcing, RPC over messages, and SAGA patterns.

#event-driven#cqrs#event-sourcing
Stars68
Forks5
Last commit7 months ago
Plastic
PlasticC#

A .NET source generator that encapsulates domain and business logic using the Command pattern for flexible application architecture.

#business-logic#application#domain-service
Stars63
Forks5
Last commit2 years ago
python-cqrs
python-cqrsPython

A Python framework for building event-driven distributed systems using CQRS, sagas, and transactional outbox patterns.

#fastapi#event-driven#event-driven-architecture
Stars61
Forks8
Last commit1 day ago
Akka CQRS ES Demo
Akka CQRS ES DemoJavaScript

A Scala-Akka demo implementing CQRS and Event Sourcing patterns for a coffee machine user preference backend.

#demo#akka#cqrs
Stars56
Forks19
Last commit10 years ago
Eventuria gsd
Eventuria gsdHaskell

A basic todo list application demonstrating CQRS and Command Sourcing patterns implemented in Haskell.

#command-sourcing#haskell#functional-programming
Stars53
Forks3
Last commit7 years ago
OpenCQRS
OpenCQRSC#

.NET framework implementing Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing patterns.

#entity-framework-core#software-architecture#mediator
Stars28
Forks113
Last commit2 months ago
CQRS on Azure
CQRS on AzureC#

Visual Studio IDE template and plugin for rapidly building CQRS/Event Sourcing applications on Windows Azure.

#cloud-development#ide-plugin#cqrs
Stars26
Forks11
Last commit7 years ago
Weapsy
WeapsyC#

An ASP.NET Core content management system supporting multiple database providers.

#entity-framework-core#mssql#cqrs
Stars11
Forks4
Last commit3 years ago
Core.EventStore
Core.EventStoreC#

A .NET library for event-driven communication between Command and Query services with support for multiple databases.

#event-driven-architecture#cqrs#event-sourcing
Stars6
Forks0
Last commit3 years ago
nest-schematics
nest-schematicsTypeScript

Angular CLI schematic for generating CQRS modules following hexagonal architecture principles in NestJS applications.

#cqrs#nestjs#angular-schematics
Stars1
Forks0
Last commit1 year ago
query-bus-bundle
query-bus-bundlePHP

A Symfony bundle providing QueryBus integration for implementing the query side of CQRS patterns.

#query-bus#cqrs#doctrine-orm
Stars1
Forks0
Last commit11 years ago
acontplus-libs
acontplus-libsTypeScript

An Nx monorepo of Angular libraries providing Domain-Driven Design architecture, core utilities, and UI components for enterprise applications.

#cqrs#authentication#angular-material
Stars1
Forks0
Last commit1 day ago
Azure DDD boilerplate
Azure DDD boilerplateGo

A Go boilerplate implementing Domain-Driven Design, CQRS, and Event Sourcing patterns for Azure Functions.

#event-driven-architecture#cqrs#serverless
Stars0
Forks0
Last commit2 years ago
PreviousPage 3 of 3

Related Tags

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
3 months ago
9 years ago
#Event Sourcing65
#Domain Driven Design57
#Ddd38
#Dotnet33
#Microservices29
#Event Driven Architecture25
#Architecture22
#Event Driven18
#Distributed Systems16
#Clean Architecture16
#Software Architecture15
#Docker13