You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2017/06/15 11:48:26 UTC

incubator-rocketmq-externals git commit: Polish RocketMQ's ecosystem projects description

Repository: incubator-rocketmq-externals
Updated Branches:
  refs/heads/master 9d91a3fc2 -> 7516fcc2d


Polish RocketMQ's ecosystem projects description


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/commit/7516fcc2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/tree/7516fcc2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/diff/7516fcc2

Branch: refs/heads/master
Commit: 7516fcc2d1a4c180f17c8660da0a37b129318291
Parents: 9d91a3f
Author: vongosling <vo...@apache.org>
Authored: Thu Jun 15 19:48:21 2017 +0800
Committer: vongosling <vo...@apache.org>
Committed: Thu Jun 15 19:48:21 2017 +0800

----------------------------------------------------------------------
 README.md | 25 +++++++------------------
 1 file changed, 7 insertions(+), 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/blob/7516fcc2/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index e7fe021..eb361d7 100644
--- a/README.md
+++ b/README.md
@@ -1,37 +1,26 @@
 # RocketMQ Externals
 
-There are some RocketMQ external projects, with the purpose of growing the RocketMQ community.
+There are many Apache RocketMQ external projects contributed and maintained by community.
 
 ## RocketMQ-Console
-A newly designed RocketMQ console.
+A newly designed RocketMQ's console using spring-boot.
 
 ## RocketMQ-JMS
-RocketMQ-JMS is an implement of JMS 1.1 specification.
+RocketMQ's JMS 1.1 spec. implementation.
 
 ## RocketMQ-Flume
-
-This project is used to receive and send messages between
-[RocketMQ](http://rocketmq.incubator.apache.org/) and [Flume-ng](https://github.com/apache/flume)
-
-1. Firstly, please get familiar with [RocketMQ](http://rocketmq.incubator.apache.org/) and [Flume-ng](https://github.com/apache/flume).
-2. Ensure that the jar related to [RocketMQ](http://rocketmq.incubator.apache.org/dowloading/releases) exists in local maven repository.
-3. Execute the following command in rocketmq-flume root directory
-
-   `mvn clean install dependency:copy-dependencies`
-
-4. Copy the jar depended by rocketmq-flume to `$FLUME_HOME/lib`(the specific jar will be given later)
+Flume RocketMQ source and sink implementation.
 
 
 ## RocketMQ-Spark
 
-Apache Spark-Streaming integration with RocketMQ. Both push & pull consumer mode are provided.
-For more details please refer to rocketmq-spark README.md.
+Integration of Apache Spark-Streaming and Apache RocketMQ. Both push & pull consumers are provided. For more details please refer to [README](https://github.com/apache/incubator-rocketmq-externals/tree/master/rocketmq-spark).
 
 ## RocketMQ-Docker
 Apache RocketMQ Docker provides Dockerfile and bash scripts for building and running docker image.
 
 ## RocketMQ-MySQL
-This project is a data replicator between MySQL and other systems.For more details please refer to rocketmq-mysql README.md.
+This project is a data replicator between MySQL and other systems.For more details please refer to [README](https://github.com/apache/incubator-rocketmq-externals/tree/master/rocketmq-mysql).
 
 ## Others
-[RocketMQ-Ignite](https://github.com/apache/ignite/tree/master/modules/rocketmq) and [RocketMQ-Storm](https://github.com/apache/storm/tree/master/external/storm-rocketmq) integration can be found in respective repositories.
+[RocketMQ-Ignite](https://github.com/apache/ignite/tree/master/modules/rocketmq) and [RocketMQ-Storm](https://github.com/apache/storm/tree/master/external/storm-rocketmq) integration can be found in those repositories.