b

bigtable-hbase-dataflow-tools

This project contains artifacts that provide utility functions for Cloud Bigtable client readers and writers in Google Cloud Dataflow. Dataflow includes a different version of the cloud bigtable client, resulting in a need to have a separation of concerns and an abstraction. More importantly, there is a need for shading and renaming of packages so that Dataflow nad bigtable-hbase-dataflow's two sets of shading (needed for a variety of reasons) don't clash with each other. This submodule does package renaming which is needed for bigtable-hbase-dataflow and alleviates some issues related to developing that module.
Files download
File Operation
bigtable-hbase-dataflow-tools-0.9.1.jar download
bigtable-hbase-dataflow-tools-0.9.1.pom download
bigtable-hbase-dataflow-tools-0.9.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>bigtable-hbase-dataflow-tools</artifactId>
  <version>0.9.1</version>
</dependency>
Gradle Groovy
implementation 'com.google.cloud.bigtable:bigtable-hbase-dataflow-tools:0.9.1'
Gradle Kotlin
implementation("com.google.cloud.bigtable:bigtable-hbase-dataflow-tools:0.9.1")
Scala SBT
libraryDependencies += "com.google.cloud.bigtable" % "bigtable-hbase-dataflow-tools" % "0.9.1"
Groovy Grape
@Grapes(
  @Grab(group='com.google.cloud.bigtable', module='bigtable-hbase-dataflow-tools', version='0.9.1')
)
Apache Ivy
<dependency org="com.google.cloud.bigtable" name="bigtable-hbase-dataflow-tools" rev="0.9.1" />
Leiningen
[com.google.cloud.bigtable/bigtable-hbase-dataflow-tools "0.9.1"]
Apache Buildr
'com.google.cloud.bigtable:bigtable-hbase-dataflow-tools:jar:0.9.1'