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 10:02:40 UTC

incubator-rocketmq-externals git commit: Add rocketmq-mysql project description

Repository: incubator-rocketmq-externals
Updated Branches:
  refs/heads/master 54020df25 -> 9d91a3fc2


Add rocketmq-mysql project 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/9d91a3fc
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/tree/9d91a3fc
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/diff/9d91a3fc

Branch: refs/heads/master
Commit: 9d91a3fc2981990d51fc391a9b2325560703a566
Parents: 54020df
Author: vongosling <vo...@apache.org>
Authored: Thu Jun 15 18:02:36 2017 +0800
Committer: vongosling <vo...@apache.org>
Committed: Thu Jun 15 18:02:36 2017 +0800

----------------------------------------------------------------------
 README.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq-externals/blob/9d91a3fc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 07a5fa6..e7fe021 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
 
 There are some RocketMQ external projects, with the purpose of growing the RocketMQ community.
 
-## RocketMQ-Console-Ng
-A console for RocketMQ
+## RocketMQ-Console
+A newly designed RocketMQ console.
 
 ## RocketMQ-JMS
-RocketMQ-JMS is an implement of JMS specification,taking Apache RocketMQ as broker. Now we are on the way of supporting JMS 1.1 and JMS2.0 is our final target.
+RocketMQ-JMS is an implement of JMS 1.1 specification.
 
-## RocketMQ-Flume-Ng
+## 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)
@@ -30,3 +30,8 @@ For more details please refer to rocketmq-spark README.md.
 ## 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.
+
+## 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.