Merge pull request #57 from joelhulen/master
Add Polly to the projects list
This commit is contained in:
Коммит
b36b7d59ab
|
@ -10,6 +10,10 @@ Please visit [dotnetfoundation.org](http://dotnetfoundation.org) for more inform
|
|||
|
||||
There are many projects under the stewardship of the .NET Foundation. The [full list of projects](http://www.dotnetfoundation.org/projects) is provided on the .NET Foundation site. The projects on GitHub are listed below, categorized by contributing company or individual.
|
||||
|
||||
**App vNext**
|
||||
|
||||
- [Polly](https://github.com/App-vNext/Polly)
|
||||
|
||||
**Brian Lagunas & Brian Noyes**
|
||||
|
||||
- [Prism](https://github.com/PrismLibrary)
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
# Polly
|
||||
|
||||
Today's cloud application, mobile, data-streaming, and IoT technologies all depend vitally on reliable connectivity. But underlying systems can fail, and networks are notoriously fickle: outages, latency, transient blips, spikes in load - all challenge 100% reliability.
|
||||
|
||||
[Polly](https://github.com/App-vNext/Polly/) helps you navigate the unreliable network. By providing resilience strategies in fluent-to-express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback, Polly can help you reduce fragility, and keep your systems and customers connected!
|
||||
|
||||
The closest project comparison is to [Hystrix](https://github.com/Netflix/Hystrix/wiki) in the java world. The .NET space has no comparable offering. We are building Polly to solve the same problems, but in a flexible, lightweight, ‘keep things simple’ spirit.
|
||||
|
||||
Best of all, that lightweight approach means Polly can work anywhere .NET can run. Whether you’re building an occasionally connected mobile application, or a heavy duty business intelligence service, simply drop in the Polly NuGet package and get started right away!
|
||||
|
||||
## Project Details
|
||||
|
||||
* [Website](http://www.thepollyproject.org)
|
||||
* [Source](https://github.com/App-vNext/Polly)
|
||||
* License: [New BSD](https://github.com/App-vNext/Polly/blob/master/LICENSE.txt)
|
||||
* [NuGet](https://www.nuget.org/packages/Polly)
|
||||
* Project Leads: [Dylan Reisenberger](https://github.com/reisenberger) and [Joel Hulen](https://github.com/joelhulen)
|
||||
|
||||
## Quicklinks
|
||||
|
||||
* [Documentation](https://github.com/App-vNext/Polly/wiki)
|
||||
* Discussions are held on [Slack](https://pollytalk.slack.com/). Not a member yet? [Sign up now!](http://www.pollytalk.org/)
|
||||
* [Contribute](https://github.com/App-vNext/Polly/wiki/Git-Workflow)
|
|
@ -91,7 +91,9 @@
|
|||
{"name":"xunit.md",
|
||||
"contributor": "xUnit"},
|
||||
{"name":"uwpcommunitytookit.md",
|
||||
"contributor": "Microsoft"}
|
||||
"contributor": "Microsoft"},
|
||||
{"name":"polly.md",
|
||||
"contributor": "App vNext"}
|
||||
],
|
||||
"contributors":
|
||||
[
|
||||
|
@ -131,4 +133,7 @@
|
|||
{"name": "Reactive Extensions",
|
||||
"logo": "https://raw.githubusercontent.com/Reactive-Extensions/Rx.NET/master/Rx.NET/Resources/Artwork/Logo_Color_300x300.png",
|
||||
"web" : "http://reactivex.io/"}
|
||||
{"name": "App vNext",
|
||||
"logo": "https://avatars1.githubusercontent.com/u/9165070?v=3&s=200",
|
||||
"web": "http://www.thepollyproject.org"}
|
||||
]}
|
||||
|
|
Загрузка…
Ссылка в новой задаче