Skip to content

Commit

Permalink
Merge pull request #51 from Azure/siport/vnext/updatereadme
Browse files Browse the repository at this point in the history
Update readme links, add Microsoft Opensource Code of Conduct
  • Loading branch information
simonporter authored Jul 18, 2016
2 parents 22ff863 + ceb7806 commit eae7f4c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
Durable Task Framework
======================

[![Join the chat at https://gitter.im/affandar/durabletask](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/affandar/durabletask?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/azure/durabletask](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/azure/durabletask?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

This framework allows users to write long running persistent workflows in C# using the async/await capabilities.

It is used heavily within various teams at Microsoft to reliably orchestrate long running provisioning, monitoring and management operations. The orchestrations scale out linearly by simply adding more worker machines.

By open sourcing this project we hope to give the community a very cost-effective alternative to heavy duty workflow systems. We also hope to build an ecosystem of providers and activities around this simple yet incredibly powerful framework.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

The framework binaries are available as a NuGet package at:
https://www.nuget.org/packages/DurableTask

Expand All @@ -19,7 +22,7 @@ https://www.nuget.org/packages/DurableTask
To run unit tests, you must specify your Service Bus connection string for the tests to use. You can do this via the **ServiceBusConnectionString** app.config value in the test project, or by defining a **DurableTaskTestServiceBusConnectionString** environment variable. The benefit of the environment variable is that no temporary source changes are required.

The associated wiki contains more details about the framework:
https://github.com/affandar/durabletask/wiki
https://github.com/Azure/durabletask/wiki

<b>TODO</b>

Expand All @@ -43,4 +46,4 @@ The community is welcome to take a stab and send pull requests on these items (a

Please post feedback/comments at gitter.

[![Join the chat at https://gitter.im/affandar/durabletask](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/affandar/durabletask?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/azure/durabletask](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/azure/durabletask?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

0 comments on commit eae7f4c

Please sign in to comment.