event-source-cqrs-sample

Event store example

A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD)

Sample ES/CQRS application

GitHub

468 stars
37 watching
133 forks
Language: Java
last commit: over 8 years ago
Linked from 1 awesome list

cqrsdomain-driven-designevent-drivenevent-sourcinghexagonal-architecturespringboot

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
dcomartin/ddd-cqrs-es-exampleAn implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks.133
andreschaffer/event-sourcing-cqrs-examplesAn implementation of Event Sourcing and CQRS in a minimalist banking system using Java566
ddd-by-examples/factoryAn implementation of Domain-Driven Design principles and patterns in an enterprise application using Spring1,347
bitloops/ddd-hexagonal-cqrs-es-edaA comprehensive example of software design and architecture using Domain Driven Design, Hexagonal Architecture, CQRS, Event Sourcing, Behaviour Driven Development, and other advanced concepts1,224
xerprojects/xer.cqrsA lightweight CQRS library with DDD concepts for building command and event handling systems101
ddd-cqrs-es/communityA hub for discussing Event Sourced Domain Models and CQRS principles in software development75
gregoryyoung/m-rA simple CQRS example project demonstrating event-sourced architecture and command/query responsibility separation in C#.2,141
ferrius/ddd-cqrs-exampleAn example implementation of Domain-Driven Design (DDD) with CQRS and Hexagonal Architecture in PHP using Symfony.363
charlessolar/todomvc-ddd-cqrs-eventsourcingAn implementation of a Todo app using eventsourcing, CQRS, and domain-driven design with a focus on separating command and query responsibilities.252
anjoy8/christdddAn ASP.NET Core 3.1 application implementing Domain-Driven Design, CQRS, Event Sourcing, and Entity Data Model principles for managing business operations.681
sebastianharko/adv-es-cqrs-dddA collection of talks and resources on advanced topics in Event Sourcing, CQRS, and DDD for building scalable and maintainable software systems.109
thinkbeforecoding/m-rAn implementation of the Command Query Responsibility Segregation (CQRS) pattern in C#73
xhafan/coredddA set of .NET libraries supporting Domain-Driven Design and CQRS principles in software development.69
asc-lab/java-cqrs-introAn introduction to CQRS and Event Sourcing with Java implementation205
pragmatists/eventsourcing-java-exampleAn in-memory Event Sourcing implementation of banking domain in Java99