73
京東網上商城
《Apache Zookeeper 官方文檔》管理分布式係統就像管理動物園一樣
Zookeeper 是一個高性能的分布式應用協調服務框架. 它以一種簡單接口的形式暴露了一係列的通用服務,比如命名,配置管理,同步和分組等。
因此你不必從一堆草稿中去實現他們。你可以使用現成的東西去實現一致性,分組管理,機器選擇和已經存在的一些協議。同時你能夠用它構建實現自己特定的需求。
接下來的文檔描述了一些概念和過程,讓你開始使用zookeeper,如果你有其他問題,可以谘詢郵件列表或者直接找對應的說明文檔。
-
ZooKeeper Overview客戶端開發者,管理員和貢獻者需要學習 Overview文檔。
- Overview – a bird’s eye view of ZooKeeper, including design concepts and architecture
- Getting Started – a tutorial-style guide for developers to install, run, and program to ZooKeeper
- Release Notes – new developer and user facing features, improvements, and incompatibilities
-
開發者
開發者如何使用ZooKeeper客戶端API的文檔如下:
- API Docs – the technical reference to ZooKeeper Client APIs
- Programmer’s Guide – a client application developer’s guide to ZooKeeper
- ZooKeeper Java Example – a simple Zookeeper client appplication, written in Java
- Barrier and Queue Tutorial – sample implementations of barriers and queues
- ZooKeeper Recipes – higher level solutions to common problems in distributed applications
-
管理員 和 操作員 ZooKeeper的管理員和操作工程師部署文檔如下:
- Administrator’s Guide – a guide for system administrators and anyone else who might deploy ZooKeeper
- Quota Guide – a guide for system administrators on Quotas in ZooKeeper.
- JMX – how to enable JMX in ZooKeeper
- Hierarchical quorums
- Observers – non-voting ensemble members that easily improve ZooKeeper’s scalability
- Dynamic Reconfiguration – a guide on how to use dynamic reconfiguration in ZooKeeper
-
貢獻者開發者向ZooKeeper開源項目共享代碼文檔如下:
- ZooKeeper Internals – assorted topics on the inner workings of ZooKeeper
- 其他各種ZooKeeper文檔
- 轉載自 並發編程網 - ifeve.com
最後更新:2017-05-19 14:07:26