Repository: incubator-gearpump Updated Branches: refs/heads/master 761e04c6f -> 5c4d60c5b
fix img links and update contact info in README.md Author: manuzhang <[email protected]> Closes #91 from manuzhang/fix_img_link. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/5c4d60c5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/5c4d60c5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/5c4d60c5 Branch: refs/heads/master Commit: 5c4d60c5bc56dc12f0c31cec240ee1fb8191a09e Parents: 761e04c Author: manuzhang <[email protected]> Authored: Fri Sep 30 09:39:13 2016 +0800 Committer: huafengw <[email protected]> Committed: Fri Sep 30 09:39:13 2016 +0800 ---------------------------------------------------------------------- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/5c4d60c5/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index fd62184..7258155 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -##  Gearpump [](http://gearpump.apache.org/downloads.html) [](https://github.com/apache/incubator-gearpump/blob/master/LICENSE) [](https://travis-ci.org/apache/incubator-gearpump?branch=master) [](https://codecov.io/github/apache/incubator-gearpump?branch=master) +## Apache Gearpump (incubating) [](http://gearpump.apache.org/downloads.html) [](https://github.com/apache/incubator-gearpump/blob/master/LICENSE) [](https://travis-ci.org/apache/incubator-gearpump?branch=master) [](https://codecov.io/github/apache/incubator-gearpump?branch=master) [](http://gearpump.apache.org/downloads.html) Gearpump is a lightweight real-time big data streaming engine. It is inspired by recent advances in the [Akka](https://github.com/akka/akka) framework and a desire to improve on existing streaming frameworks. - + The name Gearpump is a reference to the engineering term "gear pump", which is a super simple pump that consists of only two gears, but is very powerful at streaming water. @@ -13,11 +13,11 @@ The name Gearpump is a reference to the engineering term "gear pump", which is a We model streaming within the Akka actor hierarchy. - + Per initial benchmarks we are able to process near 18 million messages/second (100 bytes per message) with a 8ms latency on a 4-node cluster. - + For steps to reproduce the performance test, please check [Performance benchmark](http://gearpump.apache.org/releases/latest/performance-report.html). @@ -109,8 +109,9 @@ Before submitting a PR, you should always run style check first: ## Contacts -Please use the google user list if possible. For things that are not OK to be shared in mailing list, please contact: -[Sean Zhong](mailto:[email protected]), [Kam Kasravi](mailto:[email protected]) or [Weihua Jiang](mailto:[email protected]). +* [Subscribe](mailto:[email protected]) or [mail](mailto:[email protected]) the [[email protected]](http://mail-archives.apache.org/mod_mbox/incubator-gearpump-user/) list +* [Subscribe](mailto:[email protected]) or [mail](mailto:[email protected]) the [[email protected]](http://mail-archives.apache.org/mod_mbox/incubator-gearpump-dev/) list +* Report issues on [JIRA](https://issues.apache.org/jira/browse/GEARPUMP) ## License
