From e7b3a5afcfa7e9d8ecc0d7e13c9eebbd05a758e8 Mon Sep 17 00:00:00 2001 From: caigy Date: Wed, 18 May 2022 11:54:36 +0800 Subject: [PATCH] organized community section on recent PRs --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 636d6106cd..fb0deb922b 100644 --- a/README.md +++ b/README.md @@ -34,21 +34,22 @@ It offers a variety of features: ---------- ## Apache RocketMQ Community -* [RocketMQ Streams](https://github.com/apache/rocketmq-streams): A lightweight stream computing engine based on RocketMQ. -* [RocketMQ Flink](https://github.com/apache/rocketmq-flink): The RocketMQ connector of Flink that supports source and sink connector in data stream and Table. -* [RocketMQ Client CPP](https://github.com/apache/rocketmq-client-cpp): RocketMQ CPP Client. -* [RocketMQ Client Go](https://github.com/apache/rocketmq-client-go): RocketMQ Go Client. -* [RocketMQ Client Python](https://github.com/apache/rocketmq-client-python) -* [RocketMQ Client Nodejs](https://github.com/apache/rocketmq-client-nodejs) -* [RocketMQ Spring](https://github.com/apache/rocketmq-spring): A project which helps developers quickly integrate RocketMQ with Spring Boot -* [RocketMQ Exporter](https://github.com/apache/rocketmq-exporter): A RocketMQ exporter for Prometheus -* [RocketMQ Operator](https://github.com/apache/rocketmq-operator): Provides a way to run an RocketMQ cluster on Kubernetes. +* [RocketMQ Streams](https://github.com/apache/rocketmq-streams): A lightweight stream computing engine based on Apache RocketMQ. +* [RocketMQ Flink](https://github.com/apache/rocketmq-flink): The Apache RocketMQ connector of Apache Flink that supports source and sink connector in data stream and Table. +* RocketMQ Muli-Language Clients + - [RocketMQ Client CPP](https://github.com/apache/rocketmq-client-cpp) + - [RocketMQ Client Go](https://github.com/apache/rocketmq-client-go) + - [RocketMQ Client Python](https://github.com/apache/rocketmq-client-python) + - [RocketMQ Client Nodejs](https://github.com/apache/rocketmq-client-nodejs) +* [RocketMQ Spring](https://github.com/apache/rocketmq-spring): A project which helps developers quickly integrate Apache RocketMQ with Spring Boot. +* [RocketMQ Exporter](https://github.com/apache/rocketmq-exporter): An Apache RocketMQ exporter for Prometheus. +* [RocketMQ Operator](https://github.com/apache/rocketmq-operator): Providing a way to run an Apache RocketMQ cluster on Kubernetes. * [RocketMQ Docker](https://github.com/apache/rocketmq-docker): The Git repo of the Docker Image for Apache RocketMQ. -* [RocketMQ Dashboard](https://github.com/apache/rocketmq-dashboard): Operation and maintenance console of RocketMQ. -* [RocketMQ Connect](https://github.com/apache/rocketmq-connect): A tool for scalably and reliably streaming data between Apache RocketMQ and other systems -* [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. -* [RocketMQ Incubating Community Projects](https://github.com/apache/rocketmq-externals): Apache rocketmq is incubating the ecological project warehouse, including Spark, ES, Beats and other connectors. -* [rocketmq-site](https://github.com/apache/rocketmq-site) +* [RocketMQ Dashboard](https://github.com/apache/rocketmq-dashboard): Operation and maintenance console of Apache RocketMQ. +* [RocketMQ Connect](https://github.com/apache/rocketmq-connect): A tool for scalably and reliably streaming data between Apache RocketMQ and other systems. +* [RocketMQ MQTT](https://github.com/apache/rocketmq-mqtt): A new MQTT protocol architecture model, based on which Apache RocketMQ can better support messages from terminals such as IoT devices and Mobile APP. +* [RocketMQ Incubating Community Projects](https://github.com/apache/rocketmq-externals): Icubator community projects of Apache RocketMQ, including [logappender](https://github.com/apache/rocketmq-externals/tree/master/logappender), [rocketmq-ansible](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-ansible), [rocketmq-beats-integration](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-beats-integration), [rocketmq-cloudevents-binding](https://github.com/apache/rocketmq-externals/tree/master/rocketmq-cloudevents-binding), etc. +* [RocketMQ Site](https://github.com/apache/rocketmq-site): The repository for Apache RocketMQ website. ----------