Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deshansl/orders-event-sourcing
This repository is a sample .NET application that demonstrates event sourcing and event-driven architecture, leveraging rich domain models to manage orders in a scalable, robust system. It provides an example of how to implement event sourcing and CQRS (Command Query Responsibility Segregation) in a .NET environment.
https://github.com/deshansl/orders-event-sourcing
dotnet-core event-sourcing eventsourcing vertical-slice-architecture webapi
Last synced: 17 days ago
JSON representation
This repository is a sample .NET application that demonstrates event sourcing and event-driven architecture, leveraging rich domain models to manage orders in a scalable, robust system. It provides an example of how to implement event sourcing and CQRS (Command Query Responsibility Segregation) in a .NET environment.
- Host: GitHub
- URL: https://github.com/deshansl/orders-event-sourcing
- Owner: DeshanSL
- License: mit
- Created: 2024-10-25T03:17:12.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-26T03:24:00.000Z (2 months ago)
- Last Synced: 2024-12-16T16:58:18.911Z (17 days ago)
- Topics: dotnet-core, event-sourcing, eventsourcing, vertical-slice-architecture, webapi
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# orders-event-sourcing
This repository is a sample .NET application that demonstrates event sourcing and event-driven architecture, leveraging rich domain models to manage orders in a scalable, robust system. It provides an example of how to implement event sourcing and CQRS (Command Query Responsibility Segregation) in a .NET environment.