cqrs-demo
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.
A demo application for the cqrs-es crate.
116 stars
4 watching
19 forks
Language: Rust
last commit: about 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
serverlesstechnology/cqrs | A CQRS and event sourcing framework for building scalable, loosely coupled applications using serverless architectures. | 381 |
gregoryyoung/m-r | A simple CQRS example project demonstrating event-sourced architecture and command/query responsibility separation in C#. | 2,136 |
marknijhof/fohjin | An exploration of Domain-Driven Design and CQRS principles through a sample project | 700 |
xerprojects/xer.cqrs | A lightweight CQRS library with DDD concepts for building command and event handling systems | 101 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
xerprojects/xer.cqrs.commandstack | A CQRS command handling library providing simple abstraction and multiple registration methods | 4 |
thinkbeforecoding/m-r | An implementation of the Command Query Responsibility Segregation (CQRS) pattern in C# | 73 |
tojans/scritchy | A CQRS framework that removes the plumbing, allowing developers to build command and query handlers without extensive boilerplate code. | 67 |
anjoy8/christddd | An ASP.NET Core 3.1 application implementing Domain-Driven Design, CQRS, Event Sourcing, and Entity Data Model principles for managing business operations. | 681 |
leangen/graphql-spqr-samples | A minimal Spring Boot application for demoing GraphQL capabilities | 105 |
yevhen/streamstone.m-r | Demonstrates CQRS and event store functionality using Streamstone ES | 18 |
dcomartin/ddd-cqrs-es-example | An implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks. | 133 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 564 |
asc-lab/java-cqrs-intro | An introduction to CQRS and Event Sourcing with Java implementation | 202 |
rix0rrr/cdk-ecs-demo | A CDK-based demo of an ECS application deployment using a pipeline | 41 |