Aggregates.NET
Event sourcing framework
A framework to simplify event-sourced domain-driven design and CQRS in .NET applications using NServiceBus and EventStore.
.NET event sourced domain driven design model via NServiceBus and GetEventStore
440 stars
33 watching
59 forks
Language: C#
last commit: 10 months ago
Linked from 3 awesome lists
cqrsdddeventsourcingeventstoremicroservicesnservicebus
Related projects:
Repository | Description | Stars |
---|---|---|
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 567 |
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 |
charlessolar/eshoponcontainersddd | An e-commerce application built using Domain-Driven Design and Event Sourcing with a focus on separation of concerns and flexible data models. | 320 |
serverlesstechnology/cqrs | A CQRS and event sourcing framework for building scalable, loosely coupled applications using serverless architectures. | 384 |
ocoda/event-sourcing | A library that provides building blocks for implementing Domain-Driven Design and Event Sourcing in NestJS applications. | 124 |
crabzilla/crabzilla | An event sourcing and CQRS framework using Vert.x and Postgres to build testable domain models with minimal dependencies | 73 |
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 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |
pyeventsourcing/eventsourcing | A Python library implementing the CQRS pattern and event-sourcing to structure domain-driven applications | 1,480 |
asc-lab/dotnet-cqrs-intro | Explains CQRS and Event Sourcing basics with visualizations and examples for .NET developers | 140 |
ahoo-wang/wow | A framework for building modern reactive CQRS microservices with event sourcing and domain-driven design | 199 |
gautema/cqrslite | A lightweight framework for building CQRS and Eventsourcing applications in C# | 1,100 |
oktaykir/eventflow.example | An EventFlow implementation of CQRS and event-sourcing architecture with RabbitMQ, MongoDB, PostgreSQL, and EventStore | 201 |
jorge07/symfony-6-es-cqrs-boilerplate | A full-stack Symfony 6 application framework for building event-sourced CQRS systems with PHP 8. | 1,075 |
boostercloud/booster | An event-driven framework for building scalable microservices with CQRS and Event Sourcing patterns in mind | 419 |