143장. HBase 구성 요소
Camel 버전 2.10에서 사용 가능
이 구성 요소는 Apache HBase 에 대한 타사 리포지토리, 생산자 및 소비자를 제공합니다.
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: A Distributed Storage System for Structured Data를 사용한 후 모델링된 오픈 소스, 버전 지정된 열 지향 저장소입니다. 빅 데이터에 대한 임의 실시간 읽기/쓰기 액세스가 필요할 때 HBase를 사용할 수 있습니다. 자세한 내용은 Apache HBase 를 참조하십시오.