Skip to content

Roadmap

Duncan Jones edited this page Oct 31, 2020 · 8 revisions

Roadmap

The idea is to get a basic framework out that can (a) get a good kicking in real world environments and (b) be used as a learning tool for developers seeking to understand event sourcing.

First version

The first version of the product is a library that uses Azure AppendBlob to implement the underlying streams and stores the events as JSON so that the data can be shared with other systems/languages (and looked at in Notepad).

Current version

Additional provider for persisting the event stream to Azure tables, with the selection of persistence type and connection string by environment strings for configuration from the Azure portal.

It also sends out notification messages when a new event stream is created or when a new event is appended to an existing event stream via Azure Event Grid or Storage Queues.

Future plans

(Feel free to add any desires by writing them up as a new issue)