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
- Host: GitHub
- URL: https://github.com/tuannh982/durable-task-demo
- Owner: tuannh982
- Created: 2024-01-17T08:42:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-09T17:06:47.000Z (12 months ago)
- Last Synced: 2025-02-03T17:09:27.294Z (4 months ago)
- Topics: distributed-computing, durable-execution, durable-function, durable-function-example, durable-functions, execution-engine, scala, step-function, step-functions
- Language: Scala
- Homepage:
- Size: 3.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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