Introduction
HBase Overview
HBase (short for Hadoop Database) is a distributed storage system that is column-based and scalable with high reliability and excellent performance. With the HBase technology, a large-scale storage cluster can be set up on low-cost PC servers, allowing random and quick access of massive data.
For more information about HBase, see https://hbase.apache.org.
Programming language: Java
Brief description: distributed database
Parent topic: Porting Guide (CentOS & openEuler)