apach hbase

Apache HBase And It’s Features

Apache HBase And It’s Features Apache HBase is an open-source and non-relational distributed database modeled after Google’s Bigtable, which is written in Java. It is developed as part of Apache Software Foundation’s Apache Hadoop project and runs on top of HDFS or Alluxio, providing Bigtable-like capabilities for Hadoop. Apache HBase was began as a project by the company Powerset out of a need to process massive amounts of data for the purposes of natural-language search. It is now a top-level Apache project. Facebook elected to implement its new messaging platform using HBase in November 2010, but migrated away from HBase …

Continue reading
apache hbase

Apache HBase Definition And Introduction

Apache HBase Definition And Introduction Apache HBase Definition And Introduction HBase is an open-source, distributed, versioned and non-relational database modeled after Google’s Bigtable and written in Java. It is developed as part of Apache Software Foundation’s Apache Hadoop project which runs on top of HDFS or Alluxio, providing Bigtable-like capabilities for Hadoop. Apache HBase is designed for the massive scalability, so you can store the unlimited amounts of data in a single platform and handle growing demands for serving the data. HBase features the compression, in-memory operation and Bloom filters on a per-column basis as outlined in the original Bigtable …

Continue reading