Streamstone.m-r
CQRS demo
Demonstrates CQRS and event store functionality using Streamstone ES
Greg Young's simple CQRS example with Streamstone ES
18 stars
3 watching
2 forks
Language: C#
last commit: over 9 years ago Related projects:
Repository | Description | Stars |
---|---|---|
yevhen/streamstone | An event store library for Azure Table Storage | 395 |
gregoryyoung/m-r | A simple CQRS example project demonstrating event-sourced architecture and command/query responsibility separation in C#. | 2,141 |
thinkbeforecoding/m-r | An implementation of the Command Query Responsibility Segregation (CQRS) pattern in C# | 73 |
xerprojects/xer.cqrs.eventstack | A lightweight CQRS event handling library for .NET. | 5 |
marknijhof/fohjin | An implementation of CQRS patterns in Domain-Driven Design using C# | 699 |
asc-lab/dotnet-cqrs-intro | Explains CQRS and Event Sourcing basics with visualizations and examples for .NET developers | 141 |
railseventstore/rails_event_store | A Ruby implementation of an Event Store based on Active Record | 1,426 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 566 |
asc-lab/java-cqrs-intro | An introduction to CQRS and Event Sourcing with Java implementation | 205 |
xerprojects/xer.cqrs | A lightweight CQRS library with DDD concepts for building command and event handling systems | 101 |
xerprojects/xer.cqrs.commandstack | A CQRS command handling library providing simple abstraction and multiple registration methods | 4 |
serverlesstechnology/cqrs-demo | A 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 |
sebastianharko/adv-es-cqrs-ddd | A collection of talks and resources on advanced topics in Event Sourcing, CQRS, and DDD for building scalable and maintainable software systems. | 109 |
juicycleff/nestjs-event-store | A NestJS module for event-sourced applications using Event Store or NATS Streaming as the event broker | 200 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |