Skip to content

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework

License

Notifications You must be signed in to change notification settings

GmiSoft/durabletask-mssql

 
 

Repository files navigation

Durable Task SQL Provider

Microsoft SQL Provider for the Durable Task Framework

Build status License: MIT

The Microsoft SQL provider for the Durable Task Framework (DTFx) persists all task hub state in a Microsoft SQL database, which can be hosted in the cloud or in your own infrastructure. This provider includes support for all DTFx features, including orchestrations, activities, and entities, and has full support for Azure Durable Functions.

IMPORTANT: This project is currently under active development, working towards an initial alpha release. Not all features are fully implemented and some names my change. It is not yet appropriate for use in production.

Downloads

The Durable SQL provider for Durable Functions and DTFx are available as NuGet packages.

Package Latest Version Description
Microsoft.DurableTask.SqlServer.AzureFunctions NuGet Use this package if building serverless Function apps with Azure Durable Functions.
Microsoft.DurableTask.SqlServer NuGet Use this package if using DTFx to build .NET apps.

Documentation

Want to learn more? Detailed information about this provider and getting started instructions can be found here.

Code of Conduct

This project has adopted the Microsoft Open Source Code of conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 85.6%
  • TSQL 13.9%
  • Other 0.5%