Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ROCKETMQ-193] Develop rocketmq-redis-replicator component #29

Merged
merged 20 commits into from
Dec 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: java
jdk:
- oraclejdk8
branches:
only:
- master
env:
- TEST_DIR=rocketmq-redis
script: "cd $TEST_DIR && sh INTEGRATION-TEST"
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,17 @@ Apache RocketMQ Docker provides Dockerfile and bash scripts for building and run
## RocketMQ-MySQL
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).

## RocketMQ-CPP

A stable, widely used C++ client sdk of Apache RocketMQ, donated by Alibaba Group.

## Others
[RocketMQ-Druid](https://github.com/druid-io/druid/tree/master/extensions-contrib/druid-rocketmq), [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.

## Contribution

We are always very happy to have contributions, whether for trivial cleanups or big new features. We want to have high quality, well documented codes for each programming language, as well as the surrounding ecosystem of integration tools that people use with RocketMQ.

Nor is code the only way to contribute to the project. We strongly value documentation, integration with other project, and gladly accept improvements for these aspects.

More info please refer to [How To Contribute](http://rocketmq.apache.org/docs/how-to-contribute/).
30 changes: 0 additions & 30 deletions rocketmq-client4cpp/.gitignore

This file was deleted.

201 changes: 0 additions & 201 deletions rocketmq-client4cpp/LICENSE

This file was deleted.

5 changes: 0 additions & 5 deletions rocketmq-client4cpp/Makefile

This file was deleted.

5 changes: 0 additions & 5 deletions rocketmq-client4cpp/NOTICE

This file was deleted.

21 changes: 0 additions & 21 deletions rocketmq-client4cpp/README.md

This file was deleted.

38 changes: 0 additions & 38 deletions rocketmq-client4cpp/build.sh

This file was deleted.

7 changes: 0 additions & 7 deletions rocketmq-client4cpp/clean.sh

This file was deleted.

5 changes: 0 additions & 5 deletions rocketmq-client4cpp/example/Makefile

This file was deleted.

Loading