Skip to content

Commit 966b568

Browse files
committed
Update README.md
1 parent 2466be2 commit 966b568

1 file changed

Lines changed: 36 additions & 6 deletions

File tree

README.md

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
- [数据结构/算法](#数据结构算法)
1515
- [SpringBoot](#springboot)
1616
- [SpringCloud](#springcloud)
17+
- [消息中间件](#消息中间件)
1718
- [大数据](#大数据)
1819
- [设计模式](#设计模式)
1920
- [实战项目](#实战项目)
@@ -23,19 +24,26 @@
2324
- [Spring Cloud Alibaba 相关](#spring-cloud-alibaba-相关)
2425
- [API 网关](#api-网关)
2526
- [其他](#其他)
26-
- [消息中间件](#消息中间件)
27+
- [消息中间件](#消息中间件-1)
2728
- [搜索引擎](#搜索引擎)
2829
- [数据库](#数据库)
30+
- [MySQL](#mysql)
31+
- [Redis](#redis)
32+
- [大数据](#大数据-1)
33+
- [开方平台(如微信)](#开方平台如微信)
2934
- [其他](#其他-1)
35+
- [Devpos](#devpos)
36+
- [CI](#ci)
3037
- [工具](#工具)
3138
- [常用工具类/代码质量](#常用工具类代码质量)
3239
- [Excel](#excel)
3340
- [PDF](#pdf)
3441
- [开发必备](#开发必备)
35-
- [API 请求](#api-请求)
36-
- [Markdown](#markdown)
42+
- [API 请求](#api-请求)
43+
- [Markdown](#markdown)
3744
- [其他](#其他-2)
3845
- [说明](#说明)
46+
- [公众号](#公众号)
3947
- [成员列表](#成员列表)
4048

4149
## 教程
@@ -76,6 +84,10 @@
7684
4. **[spring-cloud-examples](https://github.com/ityouknow/spring-cloud-examples "spring-cloud-examples")** :Spring Cloud 学习案例,服务发现、服务治理、链路追踪、服务监控等 (基本没更新了,Spring Cloud 比较老了)。
7785
5. **[SpringCloud](https://github.com/zhoutaoo/SpringCloud "SpringCloud")** :基于 SpringCloud2.1 的微服务开发脚手架,整合了 spring-security-oauth2、nacos、feign、sentinel、springcloud-gateway 等。服务治理方面引入 elasticsearch、skywalking、springboot-admin、zipkin 等,让项目开发快速进入业务开发,而不需过多时间花费在架构搭建上。
7886

87+
### 消息中间件
88+
89+
1. **kafka-streams-examples** :Apache Kafka的Streams API的演示应用程序和代码示例。
90+
7991
### 大数据
8092

8193
1. **[BigData-Notes](https://github.com/heibaiying/BigData-Notes "BigData-Notes")** :大数据入门指南 ⭐️。
@@ -120,7 +132,6 @@
120132

121133
#### 其他
122134

123-
1. **[flink](https://github.com/apache/flink "flink")** :Apache Flink 是一个框架和分布式处理引擎,用于在*无边界和有边界*数据流上进行有状态的计算。Flink 能在所有常见集群环境中运行,并能以内存速度和任意规模进行计算。
124135
2. **[skywalking](https://github.com/apache/skywalking "skywalking")** : 针对分布式系统的应用性能监控,尤其是针对微服务、云原生和面向容器的分布式系统架构。
125136
3. **[apollo](https://github.com/ctripcorp/apollo "apollo")** :Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
126137
4. **[zipkin](https://github.com/openzipkin/zipkin "zipkin")** :Zipkin 是一个分布式跟踪系统。它有助于收集解决服务体系结构中的延迟问题所需的时序数据。功能包括该数据的收集和查找。
@@ -140,11 +151,23 @@
140151

141152
#### MySQL
142153

143-
- **[druid](https://github.com/alibaba/druid)** : 阿里巴巴数据库事业部出品,为监控而生的数据库连接池。
154+
1. **[druid](https://github.com/alibaba/druid)** : 阿里巴巴数据库事业部出品,为监控而生的数据库连接池。
144155

145156
#### Redis
146157

147-
- **[redisson](https://github.com/redisson/redisson "redisson")**[Redisson](https://redisson.org/ "Redisson")是架设在[Redis](http://redis.cn/ "Redis")基础上的一个 Java 驻内存数据网格(In-Memory Data Grid)。支持超过 30 个对象和服务:Set, multiap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, RPC。[Redisson 项目介绍](https://github.com/redisson/redisson/wiki/Redisson%E9%A1%B9%E7%9B%AE%E4%BB%8B%E7%BB%8D "Redisson项目介绍")
158+
1. **[redisson](https://github.com/redisson/redisson "redisson")**[Redisson](https://redisson.org/ "Redisson")是架设在[Redis](http://redis.cn/ "Redis")基础上的一个 Java 驻内存数据网格(In-Memory Data Grid)。支持超过 30 个对象和服务:Set, multiap, SortedSet, Map, List, Queue, Deque, Semaphore, Lock, AtomicLong, Map Reduce, Publish / Subscribe, Bloom filter, Spring Cache, Tomcat, Scheduler, JCache API, Hibernate, RPC。[Redisson 项目介绍](https://github.com/redisson/redisson/wiki/Redisson%E9%A1%B9%E7%9B%AE%E4%BB%8B%E7%BB%8D "Redisson项目介绍")
159+
160+
### 大数据
161+
162+
1. **[spark](https://github.com/apache/spark)** :Spark是用于大规模数据处理的统一分析引擎。
163+
2. **[flink](https://github.com/apache/flink "flink")** :Apache Flink 是一个框架和分布式处理引擎,用于在*无边界和有边界*数据流上进行有状态的计算。Flink 能在所有常见集群环境中运行,并能以内存速度和任意规模进行计算。
164+
3. **[hbase](https://hbase.apache.org/)**: HBase – Hadoop Database,是一个高可靠性、高性能、面向列、可伸缩的分布式存储系统,利用HBase技术可在廉价PC Server上搭建起大规模结构化存储集群。
165+
4. **[flume](https://flume.apache.org/)** :Apache Flume是一个分布式的、可靠的、可用的,从多种不同的源收集、聚集、移动大量日志数据到集中数据存储的系统。
166+
5. **[storm](https://storm.apache.org/)** : 一个分布式,高容错的实时计算系统。
167+
168+
### 开方平台(如微信)
169+
170+
1. **[WxJava](https://github.com/Wechat-Group/WxJava)** : WxJava (微信开发 Java SDK),支持包括微信支付、开放平台、小程序、企业微信/企业号和公众号等的后端开发。
148171

149172
### 其他
150173

@@ -153,6 +176,13 @@
153176
3. **[cat](https://github.com/dianping/cat "cat")** : CAT 作为服务端项目基础组件,提供了 Java, C/C++, Node.js, Python, Go 等多语言客户端,已经在美团点评的基础架构中间件框架(MVC 框架,RPC 框架,数据库框架,缓存框架等,消息队列,配置系统等)深度集成,为美团点评各业务线提供系统丰富的性能指标、健康状况、实时告警等。
154177
4. **[server](https://github.com/wildfirechat/server "server")** : 野火 IM 是一套跨平台、核心功能开源的即时通讯解决方案。
155178
5. **[halo](https://github.com/halo-dev/halo "halo")** :Halo 可能是最好的 Java 博客系统。
179+
6. **[generator-jhipster](https://github.com/jhipster/generator-jhipster)** :开源应用程序平台,可在几秒钟内创建Spring Boot + Angular / React项目!
180+
181+
## Devpos
182+
183+
### CI
184+
185+
1. **[jenkins](https://github.com/jenkinsci/jenkins)** : Jenkins是领先的开源自动化服务器。它使用Java构建,提供了1600多个插件来支持几乎任何东西的自动化,从而使人类实际上可以将时间花在做机器无法做到的事情上。
156186

157187
## 工具
158188

0 commit comments

Comments
 (0)