- An introduction to event storming: The easy way to achieve domain-driven design
- Introducing Event Storming
- Facilitating Event Storming
- Good design is Imperfect Design, Eric Evans
- Tackling Complexity in the Heart of Software, Eric Evans
- Turn your startup in a stayup with DDD
- Event sourcing and Stream Processing at Scale
- Complex Adaptive Systems
- Event sourcing, functionnaly
- A Decade of DDD, CQRS, Event Sourcing, by Greg Young
- https://martinfowler.com/bliki/BoundedContext.html
- https://martinfowler.com/bliki/AnemicDomainModel.html
- https://martinfowler.com/bliki/UbiquitousLanguage.html
- https://martinfowler.com/bliki/CQRS.html
- https://martinfowler.com/articles/201701-event-driven.html
- https://martinfowler.com/eaaDev/EventSourcing.html
- Domain Driven Design by Eric Evans: https://www.amazon.com/gp/product/0321125215
- Implementing Domain Driven Design by Vaughn Vernon: https://www.amazon.com/gp/product/0321834577
- https://docs.microsoft.com/en-us/azure/architecture/patterns/cqrs
- EShopOnContainers, checkout the Ordering Service.
- https://github.com/tangxuehua/enode, has a nice diagram to show one possible implementation of CQRS/Event Sourcing
- Example using Microservices in C# running on top of Kontena with Kafka: https://github.com/kontena/eventsourcing-example