Apache HBase is an open-source, distributed store inspired by Google's Bigtable. It provides Bigtable-like functionality atop Apache Hadoop, enabling large-scale data management.
A distributed, versioned, column-oriented NoSQL database.
Developers building applications that need to store and manage massive datasets requiring high availability and random read/write access.