阅读背景:

Event Sourcing Pattern 事件源模式

来源:互联网 

Use an append-only store to record the full series of events that describe actions taken on data in a domain, rather than storing just the current state, so that the store can be used to materialize the domain objects. This pattern can simplify tasks in complex domains by avoiding the requirement to synchronize the data model and the business domain; improve performance, scalability, and responsiveness; provide consistency for transactional data; and maintain full audit trails and history that may enable compensating actions. Use an append-only store to record the full ser




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: