1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 04:22:22 +00:00
This commit is contained in:
Xargin 2018-07-12 19:25:53 +08:00
parent a7336f0a37
commit f548ef08d0
2 changed files with 6 additions and 2 deletions

View File

@ -51,7 +51,7 @@
* [5.11. Load-balance负载均衡](ch5-web/ch5-11-load-balance.md)
* [第六章 分布式系统](ch6-cloud/readme.md)
* [6.1. 云上地鼠(TODO)](ch6-cloud/ch6-01-cloud.md)
* [6.2. 分布式搜索引擎](ch6-cloud/ch6-02-dist-search-engine.md)
* [6.2. 分布式搜索引擎(Doing)](ch6-cloud/ch6-02-dist-search-engine.md)
* [6.2. Raft协议(TODO)](ch6-cloud/ch6-02-raft.md)
* [6.3. 分布式哈希(TODO)](ch6-cloud/ch6-03-hash.md)
* [6.4. 分布式队列(TODO)](ch6-cloud/ch6-04-queue.md)

View File

@ -271,4 +271,8 @@ SQL 的 where 部分就是 boolean expression。我们之前提到过这种 b
> github.com/cch123/elasticsql
来学习具体的实现。
来学习具体的实现。
## 异构数据同步
TODO