Skip to content

Azure Blob Event Stream

Duncan Jones edited this page Feb 24, 2017 · 1 revision

Storing event streams as an Azure Blob

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.

Configuration settings