Xer.Cqrs.EventStack
Event handler library
A lightweight CQRS event handling library for .NET.
A lightweight and easy-to-use CQRS event handling library
5 stars
3 watching
2 forks
Language: C#
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
xerprojects/xer.cqrs.commandstack | A CQRS command handling library providing simple abstraction and multiple registration methods | 4 |
xerprojects/xer.cqrs | A lightweight CQRS library with DDD concepts for building command and event handling systems | 101 |
wqking/eventpp | An event dispatcher and callback list library for C++ | 1,377 |
oktaykir/eventflow.example | An EventFlow implementation of CQRS and event-sourcing architecture with RabbitMQ, MongoDB, PostgreSQL, and EventStore | 201 |
eventstore/eventstoredb-client-rust | A Rust client library that provides a gRPC interface to the EventStoreDB event-native database | 50 |
eventstore/eventstore-client-dotnet | A .NET client SDK for interacting with an event-native database using gRPC protocol | 147 |
asc-lab/dotnet-cqrs-intro | Explains CQRS and Event Sourcing basics with visualizations and examples for .NET developers | 140 |
gregoryyoung/m-r | A simple CQRS example project demonstrating event-sourced architecture and command/query responsibility separation in C#. | 2,136 |
yevhen/streamstone.m-r | Demonstrates CQRS and event store functionality using Streamstone ES | 18 |
asc-lab/java-cqrs-intro | An introduction to CQRS and Event Sourcing with Java implementation | 202 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 564 |
serverlesstechnology/cqrs | A CQRS and event sourcing framework for building scalable, loosely coupled applications using serverless architectures. | 381 |
gautema/cqrslite | A lightweight framework for building CQRS and Eventsourcing applications in C# | 1,100 |
ocoda/event-sourcing | A library to implement event-sourced Domain-Driven Design and CQRS in NestJS applications | 117 |
eventstore/eventstore-client-nodejs | A NodeJS client for connecting to the EventStoreDB event-native database | 162 |