Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apache/rocketmq-externals
Mirror of Apache RocketMQ (Incubating)
https://github.com/apache/rocketmq-externals
rocketmq
Last synced: about 1 month ago
JSON representation
Mirror of Apache RocketMQ (Incubating)
- Host: GitHub
- URL: https://github.com/apache/rocketmq-externals
- Owner: apache
- Created: 2017-03-14T07:00:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T05:53:09.000Z (10 months ago)
- Last Synced: 2024-05-21T07:21:11.425Z (6 months ago)
- Topics: rocketmq
- Language: Java
- Size: 34.6 MB
- Stars: 4,541
- Watchers: 269
- Forks: 3,070
- Open Issues: 113
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Apache RocketMQ](https://github.com/apache/rocketmq) Community Projects Home
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 Dashboard](https://github.com/apache/rocketmq-dashboard)
**Notice**: Console has renamed to dashboard and transfered the new repo, it will graduate in the near future, and welcome you to fill in the user due diligence.## [RocketMQ MQTT](https://github.com/apache/rocketmq-mqtt)
A new MQTT protocol architecture model, based on which RocketMQ can better support messages from terminals such as IoT devices and Mobile APP. Based on the RocketMQ message unified storage engine, it supports both MQTT terminal and server message sending and receiving.## [RocketMQ-Flink](https://github.com/apache/rocketmq-flink)
**Notice**: The project has transfered the new repo and will be removed from this repo, it will graduate in the near future, and welcome you to fill in the user due diligence.## [RocketMQ Streams](https://github.com/apache/rocketmq-streams)
## [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 and hosted on [OperatorHub](https://operatorhub.io/operator/rocketmq-operator)## [RocketMQ Client Nodejs](https://github.com/apache/rocketmq-client-nodejs)
## [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-Connect](https://github.com/apache/rocketmq-connect)
RocketMQ connector, connect everything.## RocketMQ-Flume
Flume RocketMQ source and sink implementation.## 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-OpenTelemetry](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/rocketmq), [RocketMQ-Ignite](https://github.com/apache/ignite-extensions/tree/master/modules/rocketmq-ext) 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/).