durable-functions
There are 96 repositories under durable-functions topic.
laravel-workflow/laravel-workflow
Durable workflow engine that allows users to track job status, orchestrate microservices and write long running persistent distributed workflows in PHP powered by Laravel Queues. Inspired by Temporal and Azure Durable Functions.
autokitteh/autokitteh
Durable workflow automation in just a few lines of code
obeli-sk/obelisk
Deterministic workflow engine
microsoft/DurableFunctionsMonitor
A monitoring/debugging UI tool for Azure Durable Functions
scale-tone/DurableFunctionsMonitor
A monitoring/debugging UI tool for Azure Durable Functions
inngest/workflow-kit
The quickest and easiest way to add a Zapier-like workflow UI experience to your product. Define actions in your backend and expose a Workflow UI using pre-built React components.
JeremyLikness/DurableDungeon
A game designed to teach and learn serverless durable functions in C#
riezebosch/AzureFunctions.TestHelpers
Test your Azure Functions! ⚡
Azure-Samples/durable-functions-producer-consumer
Uses Durable Functions' fan out pattern to load N messages across M sessions into various Azure Storage/Messaging services. Includes the ability to consume the messages with another Azure Function & load timing data in to Event Hubs for ingestion in to analytics services like Azure Data Explorer
marcduiker/demos-azure-durable-functions
This repo contains a .NET solution which is part of a blog post series about Azure Durable Functions. It also serves as demo material for some of my presentations and Youtube videos.
restatedev/sdk-rust
Rust SDK for restate.dev
Azure-Samples/Serverless-File-Validation
Using Azure Serverless products to perform file validation on a per-batch basis
Azure-Samples/durablefunctions-mapreduce-dotnet
An implementation of MapReduce on top of C# Durable Functions over the NYC 2017 Taxi dataset to compute average ride time per-day
andre-maree/Microflow
Leverage the power of Durable Functions with JSON defined dynamic workflows. Microflow is a dynamic serverless micro-service workflow orchestrator, built with C#, .NET 6.0, and Azure Durable Functions. Microflow separates the workflow editing from the micro-service code so that workflows can be created and modified outside of the dev cycle.
javactrl/javactrl-kafka
Distributed, Scalable, Fault-Tolerant, Minimalistic Workflow Engine - No DAGs, No YAML, No Cumbersome Diagrams, Just Code
TrainingByPackt/Advanced-Serverless-Architectures-with-Microsoft-Azure
Design complex serverless systems quickly with the scalability and benefits of Azure
jonahandersson/serverless-azure-durable-function-chaining-dotnet-template
Starter template for a mini hands-on lab created with Azure Durable Functions with Function Chaining application pattern and with example integration with Azure Storage, Azure Service Bus, Sendgrid API and Twilio API
rcarmo/azure-durable-functions-node-blog-engine
A simple blog engine and static site generator written as an Azure Durable Functions code sample
mohamedsaif/CognitivePipeline
Azure serverless-based architecture to process files through a cognitive pipeline with real-time-communication callback
gautamdhameja/saga-durable-functions
Saga pattern implementation using Azure Durable Functions.
massimobonanni/OrderManagerServerless
A simple sample for an order manager solution realized using Azure Functions. You can find an implementation using Azure Function and the same implementation using Durable Functions.
PejmanNik/durabletask-dotnet-aspnet
running Durable Functions/Tasks as a self-hosted service in ASP.NET Core
tuannh982/simple-workflow-go
A Simple workflow framework written in Go
awto/kafka-workflow
Simple Workflow As Code on Kafka
jplane/DurableStateMachines
Bringing the power of hierarchical state machines to a .NET Core runtime near you.
obeli-sk/demo-stargazers
A simple Obelisk webhook endpoint and a workflow that monitors GitHub repositories.
ably-labs/serverless-websockets-quest
An ADND style web-based game that combines serverless with websockets to achieve a realtime experience
Azure-Samples/Durable-Functions-Order-Processing
This repository contains the implementation of an order processing workflow with Durable Functions in C#. The sample is deployed to Azure Functions Flex Consumption using the Azure Developer CLI (azd) and is configured with managed identity as the authentication mechanism.
simonaco/durabledays
Repository with examples for using Azure Durable Functions
brandonh-msft/serverless-file-validation
Using Azure Serverless products to perform file validation on a per-batch basis
charleszipp/azure-durable-entities-encryption
Demonstrates how application level encryption can be implemented for durable entities
shibayan/durable-functions-typed-proxy
Type-safe activity helper for Durable Functions
Azure-Samples/durable-functions-order-processing-python
This repository contains the implementation of an order processing workflow with Durable Functions in Python. The sample is deployed to Azure Functions Flex Consumption using the Azure Developer CLI (azd) and is configured with managed identity as the authentication mechanism.
AndreRatzenberger/DurableFunctions.SemanticKernel
This project serves as an interactive tutorial series showcasing the integration of Azure Durable Functions with Semantic Kernel, enhanced with a Flask CLI frontend. Each part of the series introduces new functionalities, from simple Q&A agents to complex orchestrations, demonstrating the power of combining cloud computing with AI.
juunas11/Joonasw.ElectronicSigningDemo
Durable Functions + ASP.NET Core demo app that allows users to e-sign documents
massimobonanni/ServerlessTicketingService
This project contains the source code for Codemotion EDU Path. You can find the full path at https://talks.codemotion.com/paths/realizzare-un-sistema-di-gestione-ticket-1 (it is in Italian language)