Apache HBase is an open-source, distributed, versioned, non-relational database modeled after Google's Bigtable.
About
Apache HBase is a distributed, column-oriented NoSQL database built on top of the Hadoop Distributed File System (HDFS). It enables real-time read and write access to large-scale datasets, making it suitable for applications that require fast random access to massive amounts of s…