HBase is a distributed, column-oriented database that provides fast random access to large amounts of structured data stored on HDFS. It is modeled after Google's Bigtable and provides real-time read/write access to big data. HBase tables contain rows organized by column families that can scale horizontally on commodity servers.