Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yerinadler/ddd-base

Base libraries for DDD with CQRS / Event Sourcing implementation
https://github.com/yerinadler/ddd-base

Last synced: 3 days ago
JSON representation

Base libraries for DDD with CQRS / Event Sourcing implementation

Awesome Lists containing this project

README

        

# Domain-Driven Design Seedwork

Building blocks for implementing Domain-Driven Design with CQRS/Event Sourcing as a backbone

## Components

- Aggregate Root
- Event Handler
- Base Event
- Base Command
- Command Handler
- Command Bus
- Event Bus