Skip to content

Commit

Permalink
added patterns to toc
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhead committed Mar 10, 2021
1 parent 797f41e commit 80b862c
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,31 @@
# 《分布式系统模式》中文版

《分布式系统模式》(Patterns of Distributed Systems)是 [Unmesh Joshi](https://twitter.com/unmeshjoshi) 编写的一系列关于分布式系统实现的文章。这个系列的文章采用模式介绍的格式,介绍了像 Kafka、Zookeeper 这种分布式系统在实现过程采用的通用模式,是学习分布式系统实现的基础。
[《分布式系统模式》(Patterns of Distributed Systems)](https://martinfowler.com/articles/patterns-of-distributed-systems/)[Unmesh Joshi](https://twitter.com/unmeshjoshi) 编写的一系列关于分布式系统实现的文章。这个系列的文章采用模式介绍的格式,介绍了像 Kafka、Zookeeper 这种分布式系统在实现过程采用的通用模式,是学习分布式系统实现的基础。

## 目录

[概述](content/overview.md)

### 模式

一致性内核(Consistent Core)
世代时钟(Generation Clock)
Gossip Dissemination
心跳(HeartBeat)
高水位标记(High-Water Mark)
幂等接收者(Idempotent Receiver)
领导者和追随者(Leader and Followers)
租约(Lease)
低水位标记(Low-Water Mark)
Quorum
请求管道(Request Pipeline)
分段日志(Segmented Log)
单一 Socket 通道(Single Socket Channel)
单一更新队列(Singular Update Queue)
状态监控(State Watch)
Versioned Values
预写日志(Write-Ahead Log)

## 术语表

| 英文 | 翻译 |
Expand Down

0 comments on commit 80b862c

Please sign in to comment.