Skip to content
This repository was archived by the owner on Aug 4, 2022. It is now read-only.

Commit 71282d3

Browse files
tcNickolasSergey Dudoladov
authored andcommitted
[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
1 parent 3787a6c commit 71282d3

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

README.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
[![Build Status](https://travis-ci.org/apache/reef.svg?branch=master)](https://travis-ci.org/apache/reef)
1+
![](website/src/site/resources/ApacheREEF_logo_no_margin_small.png)
22

33
Apache REEF™
44
========================
5-
Apache REEF™ (Retainable Evaluator Execution Framework) is a scale-out
6-
computing fabric that simplifies the development of Big Data
7-
applications on top of resource managers (e.g., Apache YARN and
8-
Mesos). For example, Azure Stream Analytics is built on REEF and
9-
Hadoop.
5+
6+
Apache REEF™ (Retainable Evaluator Execution Framework) is a library for developing portable applications for
7+
cluster resource managers such as Apache Hadoop YARN or Apache
8+
Mesos. For example, [Microsoft Azure Stream Analytics](https://azure.microsoft.com/en-us/services/stream-analytics/) is built on [REEF and
9+
Hadoop.](https://blogs.technet.microsoft.com/machinelearning/2015/12/17/reef-graduates-to-a-top-level-apache-project/)
1010

1111

1212
Online Documentation
@@ -15,16 +15,38 @@ Detailed information on REEF can be found in the following places:
1515

1616
* [The project website](http://reef.apache.org/)
1717
* [The project wiki](https://cwiki.apache.org/confluence/display/REEF/Home)
18-
18+
1919
[The developer
20-
mailinglist](http://reef.apache.org/mailing-list.html) is
20+
mailing list](http://reef.apache.org/mailing-list.html) is
2121
the best way to reach REEF's developers when the above aren't
2222
sufficient.
2323

24+
25+
Build Status
26+
=============
27+
28+
| Component | OS | Status |
29+
|---|:------:|:------:|
30+
|REEF Java | Ubuntu | [![Build Status](https://travis-ci.org/apache/reef.svg?branch=master)](https://travis-ci.org/apache/reef) |
31+
|REEF.NET | Windows | [![Build status](https://ci.appveyor.com/api/projects/status/qwvl6d4d8891e09d/branch/master?svg=true)](https://ci.appveyor.com/project/ApacheSoftwareFoundation/reef/branch/master) |
32+
33+
2434
Building REEF
2535
=============
2636

2737
| | Java | .NET |
2838
|---|:------:|:----:|
2939
|Build & run unit tests| [java\BUILD.md](lang/java/BUILD.md) | [cs\BUILD.md](lang/cs/BUILD.md) |
3040

41+
Releases
42+
=============
43+
44+
[![downloads](https://img.shields.io/badge/source%20code-download-brightgreen.svg)](http://reef.apache.org/downloads.html)
45+
[![NuGet package](https://img.shields.io/badge/nuget-package-brightgreen.svg)](https://www.nuget.org/packages/Org.Apache.REEF.All/)
46+
47+
License
48+
=============
49+
50+
[![Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-brightgreen.svg)](LICENSE)
51+
52+

0 commit comments

Comments
 (0)