Repository: reef Updated Branches: refs/heads/master 3787a6cbc -> 71282d3b7
[REEF-1252] Improve REEF main page on Github This change rearranges content and adds several badges reflecting project status. JIRA: [REEF-1252](https://issues.apache.org/jira/browse/REEF-1252) Pull request: This closes #912 Project: http://git-wip-us.apache.org/repos/asf/reef/repo Commit: http://git-wip-us.apache.org/repos/asf/reef/commit/71282d3b Tree: http://git-wip-us.apache.org/repos/asf/reef/tree/71282d3b Diff: http://git-wip-us.apache.org/repos/asf/reef/diff/71282d3b Branch: refs/heads/master Commit: 71282d3b7a11de26407254238217453791762f87 Parents: 3787a6c Author: Mariia Mykhailova <[email protected]> Authored: Tue Mar 29 17:57:36 2016 -0700 Committer: Sergey Dudoladov <[email protected]> Committed: Tue Apr 5 11:40:10 2016 +0200 ---------------------------------------------------------------------- README.md | 38 ++++++++++++++++++++++++++++++-------- 1 file changed, 30 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/reef/blob/71282d3b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 55270c8..c6641f9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -[](https://travis-ci.org/apache/reef) + Apache REEF™ ======================== -Apache REEF™ (Retainable Evaluator Execution Framework) is a scale-out -computing fabric that simplifies the development of Big Data -applications on top of resource managers (e.g., Apache YARN and -Mesos). For example, Azure Stream Analytics is built on REEF and -Hadoop. + +Apache REEF™ (Retainable Evaluator Execution Framework) is a library for developing portable applications for + cluster resource managers such as Apache Hadoop YARN or Apache + Mesos. For example, [Microsoft Azure Stream Analytics](https://azure.microsoft.com/en-us/services/stream-analytics/) is built on [REEF and +Hadoop.](https://blogs.technet.microsoft.com/machinelearning/2015/12/17/reef-graduates-to-a-top-level-apache-project/) Online Documentation @@ -15,12 +15,22 @@ Detailed information on REEF can be found in the following places: * [The project website](http://reef.apache.org/) * [The project wiki](https://cwiki.apache.org/confluence/display/REEF/Home) - + [The developer -mailinglist](http://reef.apache.org/mailing-list.html) is +mailing list](http://reef.apache.org/mailing-list.html) is the best way to reach REEF's developers when the above aren't sufficient. + +Build Status +============= + +| Component | OS | Status | +|---|:------:|:------:| +|REEF Java | Ubuntu | [](https://travis-ci.org/apache/reef) | +|REEF.NET | Windows | [](https://ci.appveyor.com/project/ApacheSoftwareFoundation/reef/branch/master) | + + Building REEF ============= @@ -28,3 +38,15 @@ Building REEF |---|:------:|:----:| |Build & run unit tests| [java\BUILD.md](lang/java/BUILD.md) | [cs\BUILD.md](lang/cs/BUILD.md) | +Releases +============= + +[](http://reef.apache.org/downloads.html) +[](https://www.nuget.org/packages/Org.Apache.REEF.All/) + +License +============= + +[](LICENSE) + +
