# rocketmq-externals **Repository Path**: anding-coder/rocketmq-externals ## Basic Information - **Project Name**: rocketmq-externals - **Description**: Mirror of Apache RocketMQ (Incubating) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [Apache RocketMQ](https://github.com/apache/rocketmq) Community Projects [![Build Status](https://travis-ci.com/apache/rocketmq-externals.svg?branch=master)](https://travis-ci.com/github/apache/rocketmq-externals) There are many of the Apache RocketMQ external projects, which is born from [Apache RocketMQ Improvement Proposal](https://github.com/apache/rocketmq/wiki/RocketMQ-Improvement-Proposal) and contributed and maintained by community. The PMC will lean towards developer community support, to help discovery and initial steps towards incubation in the external repository. Incubator Projects could graduate if they meet the following requirements. * Require 3+1 vote from the PMC. * Used successfully in production by at least three independent end users which, in the PMC judgement, are of adequate quality and scope. * Have a healthy number of committers. # Docs [User Guide for Connect 中文版](./docs/connect/cn/README.md) # Graduated Projects ### [RocketMQ Client CPP](https://github.com/apache/rocketmq-client-cpp) ### [RocketMQ Client Python](https://github.com/apache/rocketmq-client-python) ### [RocketMQ Spring](https://github.com/apache/rocketmq-spring) ### [RocketMQ Client Go](https://github.com/apache/rocketmq-client-go) # Incubator Projects ## [RocketMQ Operator](https://github.com/apache/rocketmq-operator) Deploys RocketMQ on Kubernetes. it is built using the Operator SDK, which is part of the Operator Framework. ## [RocketMQ Client Nodejs](https://github.com/apache/rocketmq-client-nodejs) ## RocketMQ-Console A newly designed RocketMQ's console using spring-boot. ## [RocketMQ-Docker](https://github.com/apache/rocketmq-docker) Provides Dockerfile and bash scripts for building and running docker image. ## [RocketMQ-Exporter](https://github.com/apache/rocketmq-exporter) Exports metrics from RocketMQ servers for consumption by Prometheus. ## RocketMQ-Flume Flume RocketMQ source and sink implementation. ## RocketMQ-Flink Integration of Apache Flink and Apache RocketMQ. For more details please refer to [README](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-flink). ## RocketMQ-Spark Integration of Apache Spark and Apache RocketMQ. Both push & pull consumers are provided. For more details please refer to [README](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-spark). ## RocketMQ-JMS RocketMQ's JMS 1.1 spec. implementation. ## RocketMQ-MySQL This project is a data replicator between MySQL and other systems. For more details please refer to [README](https://github.com/apache/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 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/).