Coder Social home page Coder Social logo

aferlim / azure-functions-durable-extension Goto Github PK

View Code? Open in Web Editor NEW

This project forked from azure/azure-functions-durable-extension

0.0 1.0 0.0 10.52 MB

Durable Task Framework extension for Azure Functions

License: MIT License

C# 77.66% JavaScript 6.55% Liquid 0.61% CSS 15.12% Batchfile 0.06%

azure-functions-durable-extension's Introduction

Durable Functions

Durable Functions (an extension of Azure Functions and Azure WebJobs) enables writing long-running, stateful function orchestrations in code in a serverless environment (PaaS options and self-hosting are also supported).

Build status

This extension enables a new type of function called the orchestrator function that allows you to do several new things that differentiates it from an ordinary, stateless function:

  • They are stateful workflows authored in code. No JSON schemas or designers.
  • They can synchronously and asynchronously call other functions and save output to local variables.
  • They automatically checkpoint their progress whenever the function awaits so that local state is never lost if the process recycles or the VM reboots.

The Durable Functions extension currently ships as the Microsoft.Azure.WebJobs.Extensions.DurableTask NuGet package that can be referenced by an Azure Functions Visual Studio project.

Getting Started

Are you new to Durable Functions? If so, this is the place to start.

Samples / Walkthroughs

Here are some samples you can study and/or reference. These will help you 1) learn how to write Durable Functions by example and 2) learn the various capabilities of Durable Functions.

Using one of the sample projects is a great way to get up and running quickly and is the recommended way to get started. See the sample / walkthrough links above for specific instructions.

Or if you prefer to start diving into the sample code, there are samples available for several development platforms:

Topical Guides

Here you will find comprehensive documentation with examples on all of the feature areas. It's highly recommended that you read through all of these topics before coding.

API Reference

Configuration

.NET Attributes

.NET APIs / Bindings

You can browse all of our public .NET APIs here. JavaScript API reference docs are coming soon!

Contributing

We welcome outside contributions. If you are interested in contributing, please take a look at our CONTRIBUTING guide.

License

This project is under the benevolent umbrella of the .NET Foundation and is licensed under the MIT License

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

azure-functions-durable-extension's People

Contributors

brandonh-msft avatar brettsam avatar cgillum avatar cmkerner20 avatar connormcmahon avatar d-dizhevsky avatar daronyondem avatar fabiocav avatar gled4er avatar glennamanns avatar gshock avatar jeffhollan avatar k-miyake avatar kashimiz avatar markheath avatar mburleigh avatar mikhailshilkov avatar msftgits avatar myarotskaya avatar olitomlinson avatar shibayan avatar stuartleeks avatar tdykstra avatar tohling avatar tsuyoshiushio avatar yuka1984 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.