Repository: incubator-gearpump Updated Branches: refs/heads/master a7ae62a12 -> baa7dead9
fix README links and CHANGELOG format Author: manuzhang <[email protected]> Closes #39 from manuzhang/README. Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/baa7dead Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/baa7dead Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/baa7dead Branch: refs/heads/master Commit: baa7dead915593bfcc76f0f1c73495d2d4e724d9 Parents: a7ae62a Author: manuzhang <[email protected]> Authored: Mon Jun 13 15:22:15 2016 +0800 Committer: manuzhang <[email protected]> Committed: Mon Jun 13 15:22:15 2016 +0800 ---------------------------------------------------------------------- CHANGELOG.md | 6 +++--- README.md | 16 ++++++++-------- 2 files changed, 11 insertions(+), 11 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/baa7dead/CHANGELOG.md ---------------------------------------------------------------------- diff --git a/CHANGELOG.md b/CHANGELOG.md index a5681fc..6350e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -321,7 +321,7 @@ Change log: - #1194 add graph cycle detection - #491, add a rest api to acquire Gearpump's built-in partitioners - #1405: now the number of executors is back -- #1371: a right way to show historical metrics (2) added committed�? +- #1371: a right way to show historical metrics (2) added committed? - #1402, fix NoneGroupingPartitioner - #1399: in application overview page the task count of executor wa... - #1397, allow KafkaSink to receive Message of bytes @@ -341,8 +341,8 @@ Change log: - #1369: object path and metrics name are divided by ':' now - #1369: fixed data initialization issue of echart - #1364, add default value for BYTES_PER_MESSAGE of SOLStreamProducer -- #1361: able to show multiple tasks in chart (better not select mo�? -- #1358: properties will be updated (2) moved roboto font and echart�? +- #1361: able to show multiple tasks in chart (better not select mo? +- #1358: properties will be updated (2) moved roboto font and echart? Gearpump 0.6 ========================== http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/baa7dead/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 41048dd..0c0ff27 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -## Gearpump [](http://www.gearpump.io/download.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) +## 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) Online Demo Site: http://demo.gearpump.io/ -[](http://www.gearpump.io/download.html) +[](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. @@ -11,7 +11,7 @@ Gearpump is a lightweight real-time big data streaming engine. It is inspired by 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. - + We model streaming within the Akka actor hierarchy. @@ -21,15 +21,15 @@ Per initial benchmarks we are able to process near 18 million messages/second (1  -For steps to reproduce the performance test, please check [Performance benchmark](http://www.gearpump.io/releases/latest/performance-report.html). +For steps to reproduce the performance test, please check [Performance benchmark](http://gearpump.apache.org/releases/latest/performance-report.html). ## Useful Resources * Read the [Introduction on TypeSafe's Blog](https://typesafe.com/blog/gearpump-real-time-streaming-engine-using-akka) -* Learn the [Basic Concepts](http://www.gearpump.io/releases/latest/basic-concepts.html) -* How to [Develop your first application](http://www.gearpump.io/releases/latest/dev-write-1st-app.html) -* How to [Submit your first application](http://www.gearpump.io/releases/latest/submit-your-1st-application.html) -* Explore the [Maven dependencies](http://www.gearpump.io/releases/latest/maven-setting.html) +* Learn the [Basic Concepts](http://gearpump.apache.org/releases/latest/basic-concepts.html) +* How to [Develop your first application](http://gearpump.apache.org/releases/latest/dev-write-1st-app.html) +* How to [Submit your first application](http://gearpump.apache.org/releases/latest/submit-your-1st-application.html) +* Explore the [Maven dependencies](http://gearpump.apache.org/releases/latest/maven-setting.html) * Explore the [Document site](http://gearpump.io) * Explore the [User List](https://groups.google.com/forum/#!forum/gearpump-user) * Report an [issue](https://issues.apache.org/jira/browse/GEARPUMP)
