HBase is an open source, distributed, column-oriented data store modeled after Google's BigTable. It stores data in sorted, sparse tables and supports real-time read/write access to big data. HBase runs on top of Hadoop and provides automatic sharding and scaling of data across nodes. It favors consistency over availability and integrates well with Hadoop for big data analytics.