Skip to content

Commit f621229

Browse files
committed
📝 Writing docs.
1 parent 4411d1c commit f621229

5 files changed

Lines changed: 2495 additions & 233 deletions

File tree

README.md

Lines changed: 32 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,38 @@
2626

2727
> 分布式技术(Distributed),典型的技术如:分布式缓存、分布式消息队列、分布式服务、分布式搜索引擎等。
2828
29-
- 分布式
30-
- [x] [分布式原理](docs/distributed/分布式原理.md)
31-
- [x] [分布式架构](docs/distributed/分布式架构.md)
32-
- [x] [分布式技术实现](docs/distributed/分布式技术实现.md)
33-
- [x] [负载均衡](docs/distributed/负载均衡.md)
34-
- [x] [分布式技术面试题](docs/distributed/分布式技术面试题.md)
35-
- 分布式缓存
36-
- [x] [分布式缓存](docs/distributed/分布式缓存.md)
37-
- [ ] Redis
38-
- [ ] Memcached
39-
- [分布式服务(rpc)](docs/distributed/rpc)
40-
- [x] [Dubbo](docs/distributed/rpc/dubbo.md) - 基于 Java 开发的高性能 RPC 框架。
41-
- [x] [ZooKeeper 基础篇](docs/distributed/rpc/zookeeper-basics.md) - ZooKeeper 实战
42-
- [x] [ZooKeeper 高级篇](docs/distributed/rpc/zookeeper-advanced.md) - ZooKeeper 工作原理
43-
- [分布式消息队列(MQ)](docs/distributed/mq)
44-
- [x] [分布式消息队列](docs/distributed/mq/分布式消息队列.md)
45-
- [x] [Kafka 基础篇](docs/distributed/mq/kafka-basics.md) - Kafka 实战
46-
- [x] [Kafka 高级篇](docs/distributed/mq/kafka-advanced.md) - Kafka 工作原理
47-
- [ ] RocketMQ
48-
- [x] [ActiveMQ](docs/distributed/mq/ActiveMQ.md)
49-
- [ ] RabbitMQ
50-
- 分布式搜索引擎
51-
- [ ] ElasticSearch
29+
### 分布式概述
30+
31+
- [x] [分布式原理](docs/distributed/分布式原理.md)
32+
- [x] [分布式架构](docs/distributed/分布式架构.md)
33+
- [x] [分布式技术实现](docs/distributed/分布式技术实现.md)
34+
- [x] [负载均衡](docs/distributed/负载均衡.md)
35+
- [x] [分布式技术面试题](docs/distributed/分布式技术面试题.md)
36+
37+
### [分布式缓存(CACHE)](docs/distributed/cache)
38+
39+
- [x] [分布式缓存](docs/distributed/cache/分布式缓存.md)
40+
- [ ] [Redis](docs/distributed/cache/redis.md)
41+
- [ ] Memcached
42+
43+
### [分布式服务(RPC)](docs/distributed/rpc)
44+
45+
- [x] [Dubbo](docs/distributed/rpc/dubbo.md) - 基于 Java 开发的高性能 RPC 框架。
46+
- [x] [ZooKeeper 实战篇](docs/distributed/rpc/zookeeper-basics.md)
47+
- [x] [ZooKeeper 原理篇](docs/distributed/rpc/zookeeper-advanced.md)
48+
49+
### [分布式消息队列(MQ)](docs/distributed/mq)
50+
51+
- [x] [分布式消息队列](docs/distributed/mq/分布式消息队列.md)
52+
- [x] [Kafka 实战篇](docs/distributed/mq/kafka-basics.md)
53+
- [x] [Kafka 原理篇](docs/distributed/mq/kafka-advanced.md)
54+
- [ ] RocketMQ
55+
- [x] [ActiveMQ 实战篇](docs/distributed/mq/ActiveMQ.md)
56+
- [ ] RabbitMQ
57+
58+
### 分布式搜索引擎
59+
60+
- [ ] ElasticSearch
5261

5362
## [工具](docs/tools/)
5463

0 commit comments

Comments
 (0)