第 143 章 HBase 组件
从 Camel 版本 2.10 开始提供
此组件为 Apache HBase 提供 idemptotent 存储库、生成者和消费者。
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>
143.1. Apache HBase 概述
HBase 是一个开源、分布式、版本化的、面向列的存储模型,在 Google 的 Bigtable 后建模:用于结构化数据的分布式存储系统。当您需要随机的、实时读/写访问您的大数据时,您可以使用 HBase。如需更多信息,请参阅 Apache HBase。