HBase学习资源

教程

HBase.Administration.Cookbook》  中文版《HBase管理指南

《HBase in action》

《HBase权威指南》

Reference Guide 中文版 中文参考指南  

HBase近期的发展及实践.pdf

小米hadoop/hbase微实践.pdf

HBase相关项目

  • opentsdb

       schema disign优秀范例
       OpenTSDB is a distributed, scalable Time Series Database (TSDB) written on top of HBase.

  • phoenix 

       A SQL skin over HBase
       https://github.com/forcedotcom/phoenix

  • asynchbase
        A fully asynchronous, non-blocking, thread-safe, high-performance HBase client.
        https://github.com/OpenTSDB/asynchbase
原文地址:https://www.cnblogs.com/cl1024cl/p/6205209.html