> 了解HBase是什么。
> 鏈接到最好的學習資料:官方文檔。
## 快速了解HBase是什么
* [ ] [通過2個小時的視頻快速了解HBase](https://www.bilibili.com/video/BV1r441127Pw)
## Google BigTable論文
* [ ] [英文版](https://static.googleusercontent.com/media/research.google.com/en//archive/bigtable-osdi06.pdf)
* [ ] [中文版](http://blog.bizcloudsoft.com/wp-content/uploads/Google-Bigtable%E4%B8%AD%E6%96%87%E7%89%88_1.0.pdf)
## 官方文檔
* [ ] [英文版](https://hbase.apache.org/book.html)
* [ ] [中文版](http://abloz.com/hbase/book.html)
## 學習路徑
* [ ] 1天快速了解HBase是什么。
* [ ] 7天學習官方文檔,先選取這3個章節:
[Data Model]([https://hbase.apache.org/book.html#datamodel](https://hbase.apache.org/book.html#datamodel))
[HBase and Schema Design]([https://hbase.apache.org/book.html#schema](https://hbase.apache.org/book.html#schema))
[Architecture]([https://hbase.apache.org/book.html#\_architecture](https://hbase.apache.org/book.html#_architecture))
* [ ] 你就可以開始實踐了,工作中實踐最好不過了。
* [ ] 邊實踐,邊回頭,根據需要看官方文檔。