java-cqrs-intro
CQRS intro
An introduction to CQRS and Event Sourcing with Java implementation
Examples of implementation CQRS with Event Sourcing - evolutionary approach
205 stars
13 watching
58 forks
Language: Java
last commit: 3 months ago
Linked from 1 awesome list
cqrsjava-11
Related projects:
Repository | Description | Stars |
---|---|---|
asc-lab/dotnet-cqrs-intro | Explains CQRS and Event Sourcing basics with visualizations and examples for .NET developers | 141 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 566 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
gregoryyoung/m-r | A simple CQRS example project demonstrating event-sourced architecture and command/query responsibility separation in C#. | 2,141 |
marknijhof/fohjin | An implementation of CQRS patterns in Domain-Driven Design using C# | 699 |
xerprojects/xer.cqrs.eventstack | A lightweight CQRS event handling library for .NET. | 5 |
xerprojects/xer.cqrs | A lightweight CQRS library with DDD concepts for building command and event handling systems | 101 |
yevhen/streamstone.m-r | Demonstrates CQRS and event store functionality using Streamstone ES | 18 |
serverlesstechnology/cqrs | A CQRS and event sourcing framework for building scalable, loosely coupled applications using serverless architectures. | 389 |
thinkbeforecoding/m-r | An implementation of the Command Query Responsibility Segregation (CQRS) pattern in C# | 73 |
graphql-java-kickstart/samples | A collection of code samples demonstrating the use of GraphQL Java Kickstart projects in software development | 119 |
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 |
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 |
pragmatists/eventsourcing-java-example | An in-memory Event Sourcing implementation of banking domain in Java | 99 |
ocoda/event-sourcing | A NestJS library for implementing event-sourcing and Domain-Driven Design (DDD) patterns to simplify complex system architecture | 141 |