Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 293 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 293 Bytes

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