−
目錄表
Event Sourcing 學習地圖
基本觀念
Greg Yong's talks
Books (需要存取權限)
相關文章
Event Sourcing 學習地圖
基本觀念
Event Sourcing 與CQRS上課影片
url
; 投影片
pdf
簡單概念程式範例:
https://github.com/cfliao/event-sourcing-example
; 說明影片:
url
Martin Fowler's Event Sourcing Article
Greg Yong's talks
Greg Young's talk on CQRS and Event Sourcing - Code on the Beach 2014.
url
Greg Young's talk on Why Event Sourced Systems Fail [eng].
url
Greg Young's talk on Event Sourcing: The bad parts
url
Books (需要存取權限)
Microservices Patterns, Chapter 6-7.
pdf
Implementing Domain Driven Design, Appendix A
pdf
相關文章
A case study of the variability consequences of the CQRS pattern in online business software (EuroPLoP'12)
url
A Scalable, Reactive Architecture for Cloud Applications (IEEE Software; 2018)
url
Mapping CRUD to Events - Towards an object to event-sourcing framework (PCI '22)
url
An empirical characterization of event sourced systems and their schema evolution—Lessons from industry (The Journal of Systems and Software; 2021)
url
Improving observability in Event Sourcing systems (The Journal of Systems and Software; 2021)
url
Object Relational Mapping Vs. Event-Sourcing: Systematic Review (EGOVIS 2022)
url
Event-sourced, observable software architectures: An experience report (Software: Practice and Experience; 2022)
url
The Dark Side of Event Sourcing: Managing Data Conversion (SANER 2017)
url
Greg Young CQRS
Udi Dahan Clarified CQRS
A case study of the variability consequences of the CQRS pattern in online business software
詳細描述了cqrs實作方法
Practitioners’ view on command query responsibility segregation