Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yerinadler/ddd-base
- Owner: yerinadler
- License: mit
- Created: 2022-05-19T11:59:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T17:39:15.000Z (over 2 years ago)
- Last Synced: 2024-08-11T11:06:00.429Z (3 months ago)
- Language: TypeScript
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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