You can use the OBKV-HBase client to connect to an OBKV-HBase cluster and use HBase-compatible APIs to process data. If your business uses the data operation logic of native HBase, you can deploy an OceanBase cluster, create HBase tables on OBServer nodes, and perform data operations on the OBKV-HBase client.
Data model
You can use the wide-column model for data modeling to ensure compatibility with HBase data and maintain the data by using OBKV-HBase. For more information, see Data model and Data model design.
For more information about the HBase storage model, see Data Model.
Use the OBKV-HBase client for application development
You can use HBase-compatible APIs to process data on the OBKV-HBase client. For more information, see Connect to a cluster by using the OBKV-HBase client.
Data operation examples
For more information, see Data operation examples.
To learn more about HBase, visit the Apache HBase website or see Apache HBase interface.
API list
The OBKV-HBase client implements HTableInterface. For the list of supported APIs, see Compatibility with HBase.