摘要:
引言:Ray是一个基于Event Sourcing(事件溯源)和Actor的框架,这是事件溯源模式的一篇文档。 Event Sourcing pattern Instead of storing just the current state of the data in a domain, use 阅读全文
摘要:
Grain Lifecycle Grains are logical entities that always exist, virtually, and have stable logical identities (keys). Application code never creates or 阅读全文