https://github.com/cbyad/eventsourcing
Simple Implementation of event sourcing/CQRS pattern on a Power plant system
https://github.com/cbyad/eventsourcing
Last synced: 3 months ago
JSON representation
Simple Implementation of event sourcing/CQRS pattern on a Power plant system
- Host: GitHub
- URL: https://github.com/cbyad/eventsourcing
- Owner: cbyad
- Created: 2018-11-13T13:46:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-20T10:56:10.000Z (over 6 years ago)
- Last Synced: 2025-01-19T13:49:40.461Z (4 months ago)
- Language: Scala
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Implementation of event sourcing/CQRS pattern on a Power plant system
#### CQRS (Command and Query Responsibility Segregation)

* Command (_Write_): openTransaction, addPowerPlant, produce, consume
* Query (_Read_): histories, distributionByConsumptionProductionByType
#### Async

CommandBus
CommandHandlerEventBus
EventHandler