Skip to content

Commit 18567bd

Browse files
committed
添加消息中间件分类
1 parent 9957bd8 commit 18567bd

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

README-EN.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
8. **[server](https://github.com/wildfirechat/server)** : Wildfire IM is a cross-platform instant messaging solution, whose core functionality is open sourced.
6666
9. **[EasyScheduler](https://github.com/analysys/EasyScheduler)** : Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system, dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.
6767

68+
### Message-Oriented Middleware
69+
70+
1. **[RocketMQ](https://github.com/apache/rocketmq)** :A high performance, high throughput distributed messaging middleware that is open source by Alibaba.
71+
2. **[Kafaka](https://github.com/apache/kafka)**: Kafka is a distributed, publish/subscribe based messaging system.
72+
3. **[RabbitMQ](https://github.com/rabbitmq)** : Message queues developed by Erlang based on the protocol implementation of AMQP (Advanced Message Queue protocol).
73+
6874
### Others
6975

7076
1. **[halo](https://github.com/halo-dev/halo)** : Halo is a modern personal independent blogging system -- the best Java blogging system.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
## 软件/系统
5858

59-
### 开发
59+
### 开发常用
6060

6161
1. **[elasticsearch](https://github.com/elastic/elasticsearch)**:开源,分布式,RESTful搜索引擎。
6262
2. **[zipkin](https://github.com/openzipkin/zipkin)** :Zipkin是一个分布式跟踪系统。它有助于收集解决服务体系结构中的延迟问题所需的时序数据。功能包括该数据的收集和查找。
@@ -68,6 +68,12 @@
6868
8. **[server](https://github.com/wildfirechat/server)** : 野火IM是一套跨平台、核心功能开源的即时通讯解决方案。
6969
9. **[EasyScheduler](https://github.com/analysys/EasyScheduler)** : Easy Scheduler是一个分布式工作流任务调度系统,主要解决“复杂任务依赖但无法直接监控任务健康状态”的问题。Easy Scheduler以DAG方式组装任务,可以实时监控任务的运行状态。同时,它支持重试,重新运行等操作... 。
7070

71+
### 消息中间件
72+
73+
1. **[RocketMQ](https://github.com/apache/rocketmq)** :阿里巴巴开源的一款高性能、高吞吐量的分布式消息中间件。
74+
2. **[Kafaka](https://github.com/apache/kafka)**: Kafka 是一种分布式的,基于发布 / 订阅的消息系统。关于它的入门可以查看:[Kafka入门看这一篇就够了](https://github.com/Snailclimb/JavaGuide/blob/master/docs/system-design/data-communication/Kafka入门看这一篇就够了.md)
75+
3. **[RabbitMQ](https://github.com/rabbitmq)** :由 erlang 开发的基于AMQP(Advanced Message Queue 高级消息队列协议)协议实现的消息队列。
76+
7177
### 其他
7278

7379
1. **[halo](https://github.com/halo-dev/halo)** :Halo 可能是最好的 Java 博客系统。

0 commit comments

Comments
 (0)