cqrs-framework
There are 58 repositories under cqrs-framework topic.
commanded/commanded
Use Commanded to build Elixir CQRS/ES applications
gautema/CQRSlite
A lightweight framework to help creating CQRS and Eventsourcing applications in C#
slashdotdash/awesome-elixir-cqrs
A curated list of awesome Elixir and Command Query Responsibility Segregation (CQRS) resources.
thenativeweb/node-cqrs-domain
Node-cqrs-domain is a node.js module based on nodeEventStore that. It can be very useful as domain component if you work with (d)ddd, cqrs, eventdenormalizer, host, etc.
andrewwebber/cqrs
cqrs framework in go
commanded/commanded-ecto-projections
Read model projections for Commanded using Ecto
Romeh/spring-boot-akka-event-sourcing-starter
A toolkit for spring boot akka persistance event sourcing starter which contains abstracted common logic for aggregate flow definition and cluster sharding plus taking benefit of spring boot echo system
puristajs/purista
A typescript framework for building backend services and api in modern, modular and scalable way with event-driven patterns
xprt64/dudulina
CQRS + Event Sourcing library for PHP
proophsoftware/event-machine
The world's only CQRS / ES framework that lets you pick your Flavour
commanded/commanded-audit-middleware
Command auditing middleware for Commanded CQRS/ES applications
amolines/cqrs
CQRS+ES and DDD framework for .NET
work-capital/workflow
Functional CQRS Eventsourcing Engine
zilverline/sequent-examples
Examples of projects using sequent
microsoft/CQRS.Mediatr.Lite
Light-weight library to implement CQRS (Command Query Responsibility Segregation) pattern in dotnet. Inspired by the Mediatr library.
verifiedcoder/Twilight
Instantly understandable CQRS.
NilavPatel/Todo.CQRS
CQRS and Event Sourcing sample application and architecture
exponentially/helios
A Building blocks for elixir CQRS segregated applications
netologist/komandante
Komandante is CQRS / ES toolkit
cafienne/bounded-framework
The Bounded framework for Scala, Akka and Domain Driven Design
klunge/KlungeFramework
Klunge is a platform for Event Sourcing and CQRS to build scalable event-driven and eventual consistent systems
tokilabs/plow
Library for building DDD, ES and CQRS projects with TypeScript on Node
BoasE/BE.CQRS
Production implementation of the common domain object repository pattern in a CQRS context
Joatin/eventific
More information at
leiratech/Event-Sourcing-Core
Strongly typed event sourcing framework that uses CosmosDb as a datastore with strong consistency and resiliency.
H-Ghamarzadeh/HGO.Hub
A simple library for implement Event Sourcing, Pub/Sub, Mediator, CQRS Pattern with multiple handlers in .NET with this package you can easily implement Wordpress Hooks (Action/Filter) in your ASP.Net project.
warappa/SimpleEventSourcing
SimpleEventSourcing helps you getting up to speed with Event Sourcing, CQRS and DDD. It supports SQLite.NET, EntityFramework (Core) and NHibernate.
Framstag/funfold
Simple CQRS/ES framework in Kotlin
gabrielelana/veggy
CodeJam 2016 Application
norcino/Minded
Clean code made simple with Mediator, Command Query and Decorator patterns.
Abhishek010397/EVENT-DRIVEN-DEVELOPMENT
EVEN DRIVEN MICROSERVICE DEVELOPMENT USING CQRS PATTERN
alo-explorations/Wishlist
Share your wishes for a truly next-generation, reactive actor platform for implementing robust reactive microservices backend and multiplatform mobile and web apps based on Actor Model, Real OOP, DDD, DCI, DbC, CQRS, Event-Sourcing & Event-Driven Architecture
BrodyGaudel/bank-cqrs-event-sourcing
Welcome to the Banking and Operations Management Application, a comprehensive solution for handling customer management and bank account operations such as credit, debit, and transfers. This application is developed using the CQRS and Event Sourcing architecture to ensure a robust and scalable system.
BisocM/CQRSharp
CQRSharp is a lightweight, attribute-driven CQRS framework for .NET applications. It simplifies command handling by allowing developers to define cross-cutting concerns through attributes, promoting clean and maintainable code.
daggerok/event-sourcing-and-cqrs-k
EventSourcing and CQRS with Kotlin
inklabs/vote
Demo application that implements Ranked Choice Voting in Go using a CQRS architecture