An open API service indexing awesome lists of open source software.

https://github.com/tuannh982/durable-task-demo

demonstrate how a durable task framework works
https://github.com/tuannh982/durable-task-demo

distributed-computing durable-execution durable-function durable-function-example durable-functions execution-engine scala step-function step-functions

Last synced: about 2 months ago
JSON representation

demonstrate how a durable task framework works

Awesome Lists containing this project

README

        

### A minimal durable task framework

Durable task framework is used to write durable functions, which execute stateful function in serverless compute environment.

It can be used to implement:
- financial transaction, the transaction must always complete
- distributed query execution engine