Hbase

HBase is an open-source, distributed, column-oriented database built on top of Hadoop Distributed File System (HDFS). It provides real-time read/write access to large datasets, with linear scalability and fault tolerance. HBase is commonly used for storing and processing massive volumes of structured and semi-structured data in big data and analytics applications.

chevron-down