EventSourcing.NetCore
Event Sourcing Examples
A collection of resources and examples for using event-sourced systems in .NET
Examples and Tutorials of Event Sourcing in .NET
3k stars
84 watching
515 forks
Language: C#
last commit: 15 days ago
Linked from 2 awesome lists
cqrsdotnet-coreevent-sourcingexamplehacktoberfestmartenmediatrnetcore
Related projects:
Repository | Description | Stars |
---|---|---|
cer/event-sourcing-examples | An example application demonstrating event sourcing and CQRS in a microservices architecture | 3,118 |
oktaykir/eventflow.example | An EventFlow implementation of CQRS and event-sourcing architecture with RabbitMQ, MongoDB, PostgreSQL, and EventStore | 201 |
ocoda/event-sourcing | A library to implement event-sourced Domain-Driven Design and CQRS in NestJS applications | 117 |
andreschaffer/event-sourcing-cqrs-examples | An implementation of Event Sourcing and CQRS in a minimalist banking system using Java | 564 |
asc-lab/dotnet-cqrs-intro | Explains CQRS and Event Sourcing basics with visualizations and examples for .NET developers | 140 |
eventstore/eventstore-client-dotnet | A .NET client SDK for interacting with an event-native database using gRPC protocol | 147 |
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 |
charlessolar/aggregates.net | A framework to simplify event-sourced domain-driven design and CQRS in .NET applications using NServiceBus and EventStore. | 440 |
eventstore/eventstore | An operational database designed to store and stream business events in real-time, supporting event-sourced, event-driven, and microservices architectures. | 5,317 |
slashdotdash/eventsourced | Builds functional domain models using event sourcing in Elixir | 104 |
fossasia/open-event-server | Manages events and their associated data, providing features such as scheduling and invitation management. | 2,979 |
eventstore/eventstore-client-nodejs | A NodeJS client for connecting to the EventStoreDB event-native database | 162 |
pragmatists/eventsourcing-java-example | An in-memory Event Sourcing implementation of banking domain in Java | 99 |
crabzilla/crabzilla | An event sourcing and CQRS framework using Vert.x and Postgres to build testable domain models with minimal dependencies | 73 |
ddd-by-examples/event-source-cqrs-sample | A sample event-sourced application demonstrating Command Query Responsibility Segregation (CQRS) and Domain-Driven Design (DDD) | 468 |