This repository serves as a central hub for resources related to Google Cloud Bigtable, providing links to various tools, libraries, and documentation that contribute to the Bigtable Ecosystem.
-
Cassandra-Bigtable Adapter - This Proxy adapter allows existing Cassandra-based applications to connect seamlessly to Bigtable. This adapter functions as a wire-compatible Cassandra interface, enabling interaction via CQL with minimal configuration. It can be deployed on the same compute as your application or standalone.
-
Cassandra Bigtable Java Client - The Cassandra Bigtable Java Client allows your Java applications using Apache Cassandra, to connect seamlessly to a Bigtable instance.
-
DynamoDB to Bigtable Migration Tool - The DynamoDB to Bigtable Migration tool is a powerful solution designed to streamline data transfer from DynamoDB to Bigtable. This tool automates schema translation, ensuring your data structure is mapped to Bigtable. It also provides options to accelerate and scale data transfer efficiently using Dataflow, minimizing downtime and maximizing performance.
-
Bigtable HBase Replication Library - Facilitate near-zero downtime migrations from HBase to Bigtable by enabling to keep your Bigtable instance in sync with your production HBase cluster. Adding Bigtable as an HBase replica guarantees that mutations are applied to Bigtable in the same order as on HBase.
-
Kafka Connect Bigtable Sink - This repository contains the source code a Kafka Connect sink connector for Bigtable. This tool enables the streaming of data records from Apache Kafka topics directly into Bigtable tables.
-
Cassandra to Bigtable Dataflow Template - The Cassandra to Bigtable Dataflow template copies a table from Cassandra to Bigtable. This template requires minimal configuration and replicates the table structure in Cassandra as closely as possible in Bigtable.
-
HBase Sequence Files to Bigtable using Dataflow - This folder contains tools to support importing and exporting HBase data to Bigtable using Dataflow and Apache beam.