EventFlow.Example
Event processing framework
An EventFlow implementation of CQRS and event-sourcing architecture with RabbitMQ, MongoDB, PostgreSQL, and EventStore
DDD+CQRS+Event-sourcing examples using EventFlow following CQRS-ES architecture. It is configured with RabbitMQ, MongoDB(Snapshot store), PostgreSQL(Read store), EventStore(GES). It's targeted to .Net Core 2.2 and include docker compose file.
201 stars
14 watching
42 forks
Language: C#
last commit: over 1 year ago
Linked from 1 awesome list
command-handlercqrscqrs-es-architectureddddomain-driven-designdotnet-coredotnetcoreevent-drivenevent-driven-architectureevent-handlerevent-sourcingeventfloweventsourceeventsourcingeventstoregesmongodbrabbitmqsagassnapshot-store
Related projects:
Repository | Description | Stars |
---|---|---|
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 564 |
ocoda/event-sourcing | A library to implement event-sourced Domain-Driven Design and CQRS in NestJS applications | 117 |
xerprojects/xer.cqrs.eventstack | A lightweight CQRS event handling library for .NET. | 5 |
tochemey/ego | A Go library that enables event-sourcing and CQRS applications using protocol buffers and scalable persistence | 37 |
pyeventsourcing/eventsourcing | A Python library implementing the CQRS pattern and event-sourcing to structure domain-driven applications | 1,478 |
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 | A lightweight CQRS library with DDD concepts for building command and event handling systems | 101 |
asc-lab/dotnet-cqrs-intro | Explains CQRS and Event Sourcing basics with visualizations and examples for .NET developers | 140 |
jorge07/symfony-6-es-cqrs-boilerplate | A full-stack Symfony 6 application framework for building event-sourced CQRS systems with PHP 8. | 1,073 |
ahoo-wang/wow | A framework for building modern reactive CQRS microservices with event sourcing and domain-driven design | 198 |
wqking/eventpp | An event dispatcher and callback list library for C++ | 1,377 |
charlessolar/aggregates.net | A framework to simplify event-sourced domain-driven design and CQRS in .NET applications using NServiceBus and EventStore. | 440 |
dcomartin/ddd-cqrs-es-example | An implementation of Domain-Driven Design, Command Query Responsibility Segregation, and Event Sourcing using various software frameworks. | 133 |
serverlesstechnology/cqrs | A CQRS and event sourcing framework for building scalable, loosely coupled applications using serverless architectures. | 381 |
eventstore/eventstore-client-dotnet | A .NET client SDK for interacting with an event-native database using gRPC protocol | 147 |