Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2,966 Commits

Repository files navigation

Travis CI statusMavenStack Overflow

Google Cloud Bigtable is Google's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.

Bigtable is designed to handle massive workloads at consistent low latency and high throughput, so it's a great choice for both operational and analytical applications, including IoT, user analytics, and financial data analysis.

Bigtable provisions and scales to hundreds of petabytes automatically, and can smoothly handle millions of operations per second. Changes to the deployment configuration are immediate, so there is no downtime during reconfiguration.

Bigtable integrates easily with popular Big Data tools like Hadoop, as well as Google Cloud Platform products like Cloud Dataflow and Dataproc. Plus, Bigtable supports the open-source, industry-standard HBase API, which makes it easy for development teams to get started.

Note: Please use google-cloud-bigtable to access Bigtable APIs instead of bigtable-core-client. These artifacts are meant to wrap HBase over Bigtable API.

Project setup, installation, and configuration

Prerequisites

Using the Java client

  • Add the appropriate Cloud Bigtable artifact dependencies to your Maven project.
    • bigtable-hbase-1.x: use for standalone applications where you are in control of your dependencies.
    • bigtable-hbase-1.x-hadoop: use in hadoop environments.
    • bigtable-hbase-1.x-mapreduce: use for map/reduce utilities.
    • bigtable-hbase-1.x-shaded: use in environments (other than hadoop) that require older versions of protobuf, guava, etc.
    • bigtable-hbase-2.x: use for standalone applications where you are in control of your dependencies. This includes an HBase async client.
    • bigtable-hbase-2.x-hadoop: use in hadoop environments.
    • bigtable-hbase-2.x-shaded: use in environments (other than hadoop) that require older versions of protobuf, guava, etc.

Maven:

<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-1.x</artifactId>
<version>1.14.1</version>
</dependency>

Gradle:

compile 'com.google.cloud.bigtable:bigtable-hbase-1.x:1.14.1'

SBT:

libraryDependencies +="com.google.cloud.bigtable"%"bigtable-hbase-1.x"%"1.14.1"

Questions and discussions

If you have questions or run into issues with Google Cloud Bigtable or the client libraries, use any of the following forums:

You can also subscribe to google-cloud-bigtable-announce@ list to receive infrequent product and client library announcements.

Clients and Repositories

NameLanguageRepositorylatest versionstatus
Cloud Bigtable ExamplesJava, othersGoogleCloudPlatform/cloud-bigtable-examples
HBase clientJavagoogleapis/cloud-bigtable-clientMavenGA
Cloud Bigtable GoLangGogoogleapis/google-cloud-goN/AGA
Cloud Bigtable JavaJavagoogleapis/java-bigtableMavenGA
Cloud Bigtable PythonPythongoogleapis/google-cloud-pythonPyPI versionBeta
Cloud Bigtable Node.jsNodegoogleaps/nodejs-bigtablenpm versionGA
Cloud Bigtable C#C#googleapis/google-cloud-dotnetNuGet versionGA
Cloud Bigtable C++C++googleapis/google-cloud-cpp0.9.0Beta
Cloud Bigtable RubyRubygoogleapis/google-cloud-rubyGem VersionBeta
Cloud Bigtable PHPPHPgoogleapis/google-cloud-phpLatest Stable VersionBeta

Contributing changes

See CONTRIBUTING.md for more information on how to contribute to this project.

License

Apache 2.0; see LICENSE for details.

About

Java libraries and HBase client extensions for accessing Google Cloud Bigtable

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages