You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by qi...@apache.org on 2016/10/19 03:19:26 UTC

[27/28] incubator-eagle git commit: [EAGLE-406] modify README.md by adding Status section for build status

[EAGLE-406] modify README.md by adding Status section for build status

https://issues.apache.org/jira/browse/EAGLE-406

Author: anyway1021 <mw...@apache.org>

Close #292 from anyway1021/EAGLE-406-master.


Project: http://git-wip-us.apache.org/repos/asf/incubator-eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-eagle/commit/14684dd8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-eagle/tree/14684dd8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-eagle/diff/14684dd8

Branch: refs/heads/master
Commit: 14684dd88ca78dbc5c32fa81bdc40fd9c0033d97
Parents: a6ac616
Author: anyway1021 <mw...@apache.org>
Authored: Thu Aug 4 11:32:17 2016 +0800
Committer: anyway1021 <mw...@apache.org>
Committed: Thu Aug 4 11:32:17 2016 +0800

----------------------------------------------------------------------
 README.md | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-eagle/blob/14684dd8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index cac233f..487c72b 100755
--- a/README.md
+++ b/README.md
@@ -17,14 +17,32 @@ limitations under the License.
 {% endcomment %}
 -->
 
-# Apache Eagle [![Build Status](https://builds.apache.org/buildStatus/icon?job=incubator-eagle-main)](https://builds.apache.org/job/incubator-eagle-main/)
+# Apache Eagle
 
 >  Secure Hadoop Data in Real Time
 
-Apache Eagle is an open source monitoring solution to instantly identify access to sensitive data, recognize attacks, malicious activities in Hadoop and take actions in real time.
+## Overview
+
+Apache Eagle is an open source analytics solution for identifying security and performance issues instantly on big data platforms e.g. Apache Hadoop, Apache Spark, NoSQL etc. It analyzes data activities, yarn applications, jmx metrics, and daemon logs etc., provides state-of-the-art alert engine to identify security breach, performance issues and shows insights.
 
 For more details, please visit [https://eagle.incubator.apache.org](https://eagle.incubator.apache.org)
 
+## Status
+
+### Branches
+| name | status | version | description |
+| :---:| :---: | :---: | :--- |
+| **master** | [![Build Status](https://builds.apache.org/buildStatus/icon?job=incubator-eagle-main)](https://builds.apache.org/job/incubator-eagle-main/) | 0.4.0-incubating | stable code base aligned with latest release |
+| **develop** | [![Build Status](https://builds.apache.org/buildStatus/icon?job=incubator-eagle-develop)](https://builds.apache.org/job/incubator-eagle-develop/) | 0.5.0-incubating-SNAPSHOT | code base for continuous development |
+
+### Latest Release
+
+| release date | version | release notes | artifacts | md5 checksum | sha1 checksum |
+| :---: | :---: | :---: | :---: | :---: | :---: | :---: |
+| 2016/07/21 | [[0.4.0-incubating]](https://github.com/apache/incubator-eagle/releases/tag/v0.4.0-incubating) | [[Release Notes]](https://git-wip-us.apache.org/repos/asf?p=incubator-eagle.git;a=blob_plain;f=CHANGELOG.txt;hb=refs/tags/v0.4.0-incubating) | [[Artifacts]](http://www.apache.org/dyn/closer.cgi?path=/incubator/eagle/apache-eagle-0.4.0-incubating) | [[MD5]](https://dist.apache.org/repos/dist/release/incubator/eagle/apache-eagle-0.4.0-incubating/apache-eagle-0.4.0-incubating-src.tar.gz.md5) | [[SHA1]](https://dist.apache.org/repos/dist/release/incubator/eagle/apache-eagle-0.4.0-incubating/apache-eagle-0.4.0-incubating-src.tar.gz.sha1) |
+
+[More Release Versions](http://archive.apache.org/dist/incubator/eagle/)
+
 ## Documentation
 You can find the latest Eagle documentation on [https://eagle.incubator.apache.org](https://eagle.incubator.apache.org/docs). This [README](README.md) file only contains basic setup instructions.