2015-01-11 09:08:59 +03:00
Orleans - Distributed Actor Model
2014-12-19 17:32:50 +03:00
=======
2015-07-22 03:13:33 +03:00
![Orleans logo ](https://github.com/dotnet/orleans/blob/gh-pages/Icons/Orleans/OrleansSDK_128x.png )
2015-09-29 21:43:37 +03:00
[![Build status ](http://dotnet-ci.cloudapp.net/job/dotnet_orleans/job/innerloop/badge/icon )](http://dotnet-ci.cloudapp.net/job/dotnet_orleans/job/innerloop)
2015-03-28 08:17:40 +03:00
[![NuGet ](https://img.shields.io/nuget/v/Microsoft.Orleans.Core.svg?style=flat )](http://www.nuget.org/profiles/Orleans)
2015-04-22 00:42:13 +03:00
[![Issue Stats ](http://www.issuestats.com/github/dotnet/orleans/badge/pr )](http://www.issuestats.com/github/dotnet/orleans)
[![Issue Stats ](http://www.issuestats.com/github/dotnet/orleans/badge/issue )](http://www.issuestats.com/github/dotnet/orleans)
2015-01-24 04:13:53 +03:00
2015-04-18 01:50:17 +03:00
[![Gitter ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/dotnet/orleans?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge)
2015-07-22 03:35:15 +03:00
[![Help Wanted Issues ](https://badge.waffle.io/dotnet/orleans.svg?label=help%20wanted&title=Help Wanted Issues )](http://waffle.io/dotnet/orleans)
2015-07-22 03:26:16 +03:00
2015-01-27 22:06:37 +03:00
Orleans is a framework that provides a straight-forward approach to building distributed high-scale computing applications, without the need to learn and apply complex concurrency or other scaling patterns.
It was created by [Microsoft Research][MSR-ProjectOrleans] and designed for use in the cloud.
2015-07-15 08:49:02 +03:00
Orleans has been used extensively running in Microsoft Azure by several Microsoft product groups, most notably by 343 Industries as a platform for all of Halo 4 cloud services, as well as by [a number of other projects and companies ](http://dotnet.github.io/orleans/Who-Is-Using-Orleans ).
2015-01-11 09:06:54 +03:00
2015-02-02 16:02:01 +03:00
Installation
=======
2015-03-25 01:13:29 +03:00
The stable production-quality release is located [here ](https://github.com/dotnet/orleans/releases/latest ).
2015-02-06 21:54:30 +03:00
2015-09-29 21:43:37 +03:00
The latest clean development branch build from CI is located: [here ](http://dotnet-ci.cloudapp.net/job/dotnet_orleans/job/innerloop/lastStableBuild/artifact/ )
2015-02-06 21:54:30 +03:00
2015-06-16 18:05:23 +03:00
Alternatively, you can clone the sources from GitHub, and run the Build.cmd script to build Binaries locally.
Then just xcopy Binaries\Release\* or reference Binaries\NuGet.Packages\* or install Binaries\Release\orleans_setup.msi.
2015-02-02 16:02:01 +03:00
2015-01-23 22:35:32 +03:00
Documentation
2015-01-11 09:11:58 +03:00
=======
2015-03-10 18:52:35 +03:00
Documentation is located [here][Orleans Documentation]
2015-01-11 09:11:58 +03:00
2015-01-27 22:06:37 +03:00
Contributing To This Project
2015-01-27 02:18:54 +03:00
=======
2015-01-27 22:06:37 +03:00
* List of [Ideas for Contributions]
2015-01-28 03:21:25 +03:00
* [Contributing Guide]
2015-01-27 22:06:37 +03:00
2015-01-31 01:38:33 +03:00
* [CLA - Contribution License Agreement][CLA]
* The coding standards / style guide used for Orleans code is the [.NET Framework Design Guidelines][DotNet Framework Design Guidelines]
2015-01-27 22:06:37 +03:00
2015-09-18 21:14:01 +03:00
* [Orleans Community - Repository of community add-ons to Orleans ](https://github.com/OrleansContrib/ ) Various community projects, including Orleans Monitoring, Design Patterns, Storage Provider, etc.
2015-09-18 21:13:31 +03:00
2015-01-27 22:06:37 +03:00
You are also encouraged to start a discussion by filing an issue.
2015-02-02 02:10:53 +03:00
License
=======
2015-02-02 16:02:01 +03:00
This project is licensed under the [MIT license ](https://github.com/dotnet/orleans/blob/master/LICENSE ).
2015-02-02 02:10:53 +03:00
2015-01-27 22:06:37 +03:00
[MSR-ProjectOrleans]: http://research.microsoft.com/projects/orleans/
2015-03-10 18:51:51 +03:00
[Orleans Documentation]: http://dotnet.github.io/orleans/
[Ideas for Contributions]: http://dotnet.github.io/orleans/Ideas-for-Contributions
2015-01-27 22:06:37 +03:00
[Contributing Guide]: https://github.com/dotnet/corefx/wiki/Contributing
2015-01-31 01:38:33 +03:00
[CLA]: https://github.com/dotnet/corefx/wiki/Contribution-License-Agreement-%28CLA%29
2015-01-27 22:06:37 +03:00
[DotNet Framework Design Guidelines]: https://github.com/dotnet/corefx/wiki/Framework-Design-Guidelines-Digest
2015-02-02 16:02:01 +03:00
[Download Link]: http://orleans.codeplex.com/releases/view/144111