-
Notifications
You must be signed in to change notification settings - Fork 11
Azure Blob Event Stream
Duncan Jones edited this page Feb 24, 2017
·
1 revision
In many ways the AppendBlob is the ideal storage technology for event streams in that it is a highly performant append-only data store.
In this framework, each distinct aggregate identifier gets its own AppendBlob. An append blob can have one writer writing (at any given point in time) but as many readers executing concurrently as desired.