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

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

Awesome Lists containing this project

README

          

Welcome to Durable Days 👋




License: MIT


Twitter: simona_cotin

> 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)_