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: A distributed, distributed, versioned, versioned, column-oriented store를 기반으로 한 오픈 소스입니다. Big Data에 임의의 실시간 읽기/쓰기 액세스 권한이 필요할 때 HBase를 사용할 수 있습니다. 자세한 내용은 Apache HBase.