Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llohellohe/zookeeper
分布式系统服务ZooKeeper的学习历程
https://github.com/llohellohe/zookeeper
Last synced: 5 days ago
JSON representation
分布式系统服务ZooKeeper的学习历程
- Host: GitHub
- URL: https://github.com/llohellohe/zookeeper
- Owner: llohellohe
- Created: 2013-06-02T12:52:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T12:44:57.000Z (about 1 year ago)
- Last Synced: 2024-11-30T20:05:45.858Z (12 days ago)
- Language: Java
- Homepage:
- Size: 752 KB
- Stars: 1,193
- Watchers: 121
- Forks: 499
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - zookeeper - 分布式系统服务ZooKeeper的学习历程 (Java)
README
zookeeper
=========分布式系统服务ZooKeeper的学习历程
####一.入门
[ZooKeeper Overview](https://github.com/llohellohe/zookeeper/blob/master/docs/overview.md)[Watcher的简单例子](https://github.com/llohellohe/zookeeper/blob/master/docs/java-example.md)
[Watcher例子的类图](https://raw.github.com/llohellohe/zookeeper/master/docs/class-java-example.png)
####二.O'Reilly.ZooKeeper.Distributed process coordination.2013笔记
[按章节笔记](https://github.com/llohellohe/llohellohe.github.com/tree/master/readers/ZooKeeper)####三.深入
[分布式一致性算法Paxos](https://github.com/llohellohe/llohellohe.github.com/blob/master/_posts/2014-01-04-paxos.md)[源代码解读之ZooKeeper](https://github.com/llohellohe/llohellohe.github.com/blob/master/_posts/2014-01-04-read-zookeeper-source-code-zookeeper.md)
[源代码解读之ClientCnxn](https://github.com/llohellohe/llohellohe.github.com/blob/master/_posts/2014-01-06-read-zookeeper-source-code-client-cnxn.md)
[源代码解读之ClientCnxnSocketNIO](https://github.com/llohellohe/llohellohe.github.com/blob/master/_posts/2014-02-02-read-zookeeper-source-code-nio-socket.md)
[源代码解读之Jute生成传输协议消息体](https://github.com/llohellohe/llohellohe.github.com/tree/master/readers/ZooKeeper/11-传输协议.md)