OBKV-HBase lets you connect to an OBKV-HBase instance through the OBKV-HBase client and process data with HBase-compatible APIs. If your business already uses native HBase data operation logic, you can deploy an OceanBase instance, create HBase tables on the OBServer, and perform data operations through the OBKV-HBase client.
OBKV-HBase data model
You can model data with the wide-column model (WideColumn) for better compatibility with HBase data and subsequent maintenance through OBKV-HBase.
To learn more about the HBase storage model, see the Apache HBase data model.
Develop applications with the OBKV-HBase Java client
Notice
OBKV-HBase supports only the Java client.
You can use the OBKV-HBase Java client to process data with HBase-compatible APIs. For details, see Connect to an instance by using the OBKV-HBase client.
Data operation examples
For OBKV-HBase usage examples, see Data operation examples.
To learn more about HBase, see the Apache HBase website and the Apache HBase Table interface.
