💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
> 了解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)) * [ ] 你就可以开始实践了,工作中实践最好不过了。 * [ ] 边实践,边回头,根据需要看官方文档。