MerrionComputing / EventsSourcing-on-Azure-Functions

A library to demonstrate doing Event Sourcing as a data persistence mechanism for Azure Functions
MIT License
102 stars 20 forks source link

Query attribute/binding #23

Open MerrionComputing opened 4 years ago

MerrionComputing commented 4 years ago

Need to have a Query class which can be bound to a parameter on an Azure function with autoresolve properties for query name and unique identifier.

if the unique identifier is not set, use a GUID

This will create an event stream to use to orchestrate execution of the step(s) required to process the query.

MerrionComputing commented 4 years ago

Needs to be on a per Domain basis.

MerrionComputing commented 4 years ago

The main events / steps of processing a query would be:-

MerrionComputing commented 4 years ago

Classifications needed:-

Projections needed:-

MerrionComputing commented 3 years ago

Query functions