https://github.com/simonaco/durabledays
Repository with examples for using Azure Durable Functions
https://github.com/simonaco/durabledays
azure-functions cloud-functions durable-functions nodejs serverless
Last synced: 7 months ago
JSON representation
Repository with examples for using Azure Durable Functions
- Host: GitHub
- URL: https://github.com/simonaco/durabledays
- Owner: simonaco
- License: mit
- Created: 2020-04-02T11:06:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:07:46.000Z (about 3 years ago)
- Last Synced: 2025-03-14T19:31:00.280Z (about 1 year ago)
- Topics: azure-functions, cloud-functions, durable-functions, nodejs, serverless
- Language: TypeScript
- Homepage: https://aka.ms/durabledays
- Size: 1.47 MB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Durable Days 👋
> 30 Days of Durable challenge
To learn more about Durable Functions checkout this [overview](https://docs.microsoft.com/azure/azure-functions/durable/?WT.mc_id=startup-0000-sicotin)
1. Scheduler API implemented using Durable Functions [Timers](https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-timers?tabs=javascript&WT.mc_id=startup-0000-sicotin)
1. Implement [automatic retry on failure](https://docs.microsoft.com/azure/azure-functions/durable/durable-functions-error-handling?tabs=javascript&WT.mc_id=startup-0000-sicotin#automatic-retry-on-failure&WT.mc_id=durabledays-github-sicotin)
1. Status API implemented using [HTTP trigger](https://docs.microsoft.com/azure/azure-functions/functions-bindings-http-webhook?WT.mc_id=startup-0000-sicotin) and [Table Storage](https://docs.microsoft.com/azure/azure-functions/functions-bindings-storage-table?tabs=javascript&WT.mc_id=startup-0000-sicotin#input)
## Author
👤 **Simona Cotin**
- Twitter: [@simona_cotin](https://twitter.com/simona_cotin)
- Github: [@simonaco](https://github.com/simonaco)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/simonaco/durabledays/issues).
## Show your support
Give a ⭐️ if this project helped you!
## 📝 License
Copyright © 2020 [Simona Cotin](https://github.com/simonaco).
This project is [MIT](https://github.com/simonaco/durabledays/blob/master/LICENSE) licensed.
---
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_