This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Description
Your article is great to introduce basic concept of CQRS ES
However, i think most of the people are actually confused on following topics:
- How to persistence data and query from it
- How to replay events to restore the persistence e.g. DB
- How to handle command failure
- How to handle persisting error
- How to work with domain more than 1 entity, e.g. Booking service that need to check existing records
Also, the detail of event Store should be added. Cause it will never work without the store.
E.g. Setup of Event Store by Docker
https://developers.eventstore.com/server/v5/server/installation/docker.html#run-with-docker