Skip to content
Duncan Jones edited this page May 21, 2019 · 11 revisions

Event Sourcing on Azure Functions

Introduction

This project demonstrates Event Sourcing as a persistence mechanism for Azure "Serverless" Functions.

How to use this library

Updating an entity (Command functions)

Getting the state of an entity (Query functions)

How it works

Event streams overview

Projections overview

AppendBlob implementation

Clone this wiki locally