MerrionComputing / EventsSourcing-on-Azure-Functions

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

[Example] Add cross-account bank transfers #31

Open MerrionComputing opened 4 years ago

MerrionComputing commented 4 years ago

In the "bank account" example add a cross account transfer to show how the transaction itself can be backed by an event stream and that can be acted on as a form of saga.

MerrionComputing commented 4 years ago

This could also demonstrate the idea of the causation identifier which would link the source withdrawal and the target deposit to the transfer command identifier.

MerrionComputing commented 3 years ago

Events:-

MerrionComputing commented 3 years ago

Projections:-

MerrionComputing commented 3 years ago

Classifications:-

MerrionComputing commented 3 years ago

Commands:-

MerrionComputing commented 3 years ago

Queries:-