EduardoPires / EquinoxProject

Web Application ASP.NET 8 using Clean Architecture, DDD, CQRS, Event Sourcing and a lot of good practices
http://equinoxproject.azurewebsites.net/
MIT License
6.41k stars 1.61k forks source link

Add a components diagram #20

Closed xperiandri closed 7 years ago

xperiandri commented 7 years ago

Could you add a components diagram like layer diagram or so. It will help to understand relations and whole architecture.

thiagolunardi commented 7 years ago

You could use this as a reference.

DDD

EduardoPires commented 7 years ago

The diagram above is near of the real implementation, but I'm using CQRS pattern instead domain services. The advantage is split the read and write responsibilities.