adv-es-cqrs-ddd
Event Sourcing Talks
A collection of talks and resources on advanced topics in Event Sourcing, CQRS, and DDD for building scalable and maintainable software systems.
Advanced Topics in Event Sourcing / CQRS / DDD. PRs welcome. This "project" follows Scala's CoC.
109 stars
16 watching
4 forks
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ocoda/event-sourcing | A library to implement event-sourced Domain-Driven Design and CQRS in NestJS applications | 117 |
ddd-cqrs-es/community | A hub for discussing Event Sourced Domain Models and CQRS principles in software development | 76 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 565 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
charlessolar/todomvc-ddd-cqrs-eventsourcing | An implementation of a Todo app using eventsourcing, CQRS, and domain-driven design with a focus on separating command and query responsibilities. | 252 |
pyeventsourcing/eventsourcing | A Python library implementing the CQRS pattern and event-sourcing to structure domain-driven applications | 1,478 |
charlessolar/aggregates.net | A framework to simplify event-sourced domain-driven design and CQRS in .NET applications using NServiceBus and EventStore. | 440 |
crabzilla/crabzilla | An event sourcing and CQRS framework using Vert.x and Postgres to build testable domain models with minimal dependencies | 73 |
serverlesstechnology/cqrs | A CQRS and event sourcing framework for building scalable, loosely coupled applications using serverless architectures. | 381 |
dcomartin/ddd-cqrs-es-example | An implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks. | 133 |
pragmatists/eventsourcing-java-example | An in-memory Event Sourcing implementation of banking domain in Java | 99 |
xerprojects/xer.cqrs | A lightweight CQRS library with DDD concepts for building command and event handling systems | 101 |
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 |
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 |