implement mysql event store.
This project has been moved to: [https://github.com/suchafool/enode.mysql].
ENode is a framework aims to help us developing ddd, cqrs, eda, and event sourcing style applications.
- One command only allowed to effect one aggregate
- Strong consistency in one aggregate
- Eventual consistency between multiple aggregates
- Unit of Work pattern is not need again, replaced with saga
- Domain event is the only way to implement aggregate interaction
https://www.cnblogs.com/netfocus/category/496012.html
https://github.com/tangxuehua/forum