Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 415 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 415 Bytes

eda-prototype

Sample EDA to demonstrate architecture concepts

User-UI-App is the entry point and the app layer.

This project ties together concepts fromt he Learning Domain-Driven Design book by Vlad Khonovov. The key ideas are:

  1. Single Source Of Truth via CQRS.
  2. Modelling of time via message bus
  3. Entities and the capability for projections
  4. Service layer for command operations
  5. Immutable events