a

asyncbigtable

A drop in replacement for the AsyncHBase library and integrate OpenTSDB with Google Bigtable.
https://github.com/OpenTSDB/asyncbigtable
BSD
Pythian
Benoit "tsuna" Sigoure Christos Soulios
Files download
File Operation
asyncbigtable-0.4.0.jar download
asyncbigtable-0.4.0.pom download
asyncbigtable-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pythian.opentsdb</groupId>
  <artifactId>asyncbigtable</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.pythian.opentsdb:asyncbigtable:0.4.0'
Gradle Kotlin
implementation("com.pythian.opentsdb:asyncbigtable:0.4.0")
Scala SBT
libraryDependencies += "com.pythian.opentsdb" % "asyncbigtable" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.pythian.opentsdb', module='asyncbigtable', version='0.4.0')
)
Apache Ivy
<dependency org="com.pythian.opentsdb" name="asyncbigtable" rev="0.4.0" />
Leiningen
[com.pythian.opentsdb/asyncbigtable "0.4.0"]
Apache Buildr
'com.pythian.opentsdb:asyncbigtable:jar:0.4.0'