-
[Features architecture with DDD](https://github.com/dddsw/dddsouthwest-web)
[Package features](https://fernandocejas.com/2015/07/18/architecting-android-the-evolution):
+ Higher Modularity
+ Easi…
-
CQRS (but not necessarily CQS) typically implies that you [maintain a completely separate domain model for your Command side and your Query side](https://martinfowler.com/bliki/CQRS.html).
With tha…
-
Buenas!
He estado revisando la plantilla. Viendo que es un port de la arquitectura que usáis en Java y PHP, me gustaría aportar mi granito de arena pasando este [repositorio](https://github.com/Jas…
-
I have few notices to add:
- currently project **http://cqrs.js.org** is not mainained and probably will be archived soon. Maybe we can remove this position?
- **node-api-boilerplate** has not been …
rpCal updated
3 years ago
-
Investigate the EventFlow framework:
Source: https://github.com/eventflow/EventFlow
Document: http://docs.geteventflow.net/
-
### Read
- [Domain-Driven Designのエッセンス第1回](https://www.ogis-ri.co.jp/otc/hiroba/technical/DDDEssence/chap1.html)
- [Domain-Driven Designのエッセンス第2回](https://www.ogis-ri.co.jp/otc/hiroba/technical/DDD…
-
## I'm submitting a...
[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post…
cheft updated
2 years ago
-
```
UseCase
├── ConfirmUser
│ ├─ ConfirmUserCommand.php
│ └─ ConfirmUserHandler.php
└── RegisterUser
├─ RegisterUserCommand.php
└─ RegisterUserHandler.php
```
This change sh…
-
We use a **Message Broker** as building block of our message-oriented middleware, which is an architectural software pattern.
It uses publish/subscribe and can be responsible for aggregration, deco…
-
I was playing with the ddd-hexagonal-cqrs-es-eda demo project and noticed that, while that is MIT licenses, other bitloops packages used in there are not. For example the module `@bitloops/bl-boilerpl…