HareDB HBase Client Introduction
Most people are not familiar with command mode. However,
there is only command mode in the world of Hadoop and HBase.
For the reason above, we are focusing on developing a set of tools, “HBase Client”,
which can be used more easily and having a more friendly interface.
“HBase Client” helps you retrieve data from HBase or put data into HBase through GUI.
It also can help you transfer data from RDB to HBase.
The transferring function we call it “Data Model Management” which is included in the “HBase Client”.
It can help you design your HBase schema only through some configuring in some GUI pages.
After that, it will create the schema you designed and load the data from RDB automatically.
With the “HBase Client”, you can work easier – no matter how much experience you have with HBase.
|