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 Solomon Duskios
Files download
File Operation
asyncbigtable-0.4.1.jar download
asyncbigtable-0.4.1.pom download
asyncbigtable-0.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.pythian.opentsdb</groupId>
  <artifactId>asyncbigtable</artifactId>
  <version>0.4.1</version>
</dependency>
Gradle Groovy
implementation 'com.pythian.opentsdb:asyncbigtable:0.4.1'
Gradle Kotlin
implementation("com.pythian.opentsdb:asyncbigtable:0.4.1")
Scala SBT
libraryDependencies += "com.pythian.opentsdb" % "asyncbigtable" % "0.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.pythian.opentsdb', module='asyncbigtable', version='0.4.1')
)
Apache Ivy
<dependency org="com.pythian.opentsdb" name="asyncbigtable" rev="0.4.1" />
Leiningen
[com.pythian.opentsdb/asyncbigtable "0.4.1"]
Apache Buildr
'com.pythian.opentsdb:asyncbigtable:jar:0.4.1'