第 142 章 HBase 组件

作为 Camel 2.10 版本提供

此组件为 Apache HBase 提供 idotent 存储库、生产者和使用者。

Maven 用户需要将以下依赖项添加到其 pom.xml 中:

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-hbase</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

142.1. Apache HBase 概述

HBase 是一个开源、分布式、版本化且面向列型存储模型,在 Google 的 Bigtable: Structured Data 的分布式存储系统后建模。当您需要随机的、实时读写访问大数据时,您可以使用 HBase。有关更多信息,请访问 Apache HBase