HBase

HBase is an open source, non-relational (NoSQL), distributed database modeled after Google's BigTable and is written in Java. It is developed as part of Apache Software Foundation's Apache Hadoop project and runs on top of HDFS (Hadoop Distributed Filesystem), providing BigTable-like capabilities for Hadoop. That is, it provides a fault-tolerant way of storing large quantities of sparse data. http://en.wikipedia.org/wiki/HBase


Edited:    |       |    Search Twitter for discussion