Giter Site home page Giter Site logo

eyalse / cloud-bigtable-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from googleapis/java-bigtable-hbase

0.0 0.0 0.0 5.26 MB

HBase client extension to access Google Cloud Bigtable

License: Apache License 2.0

Java 90.42% Protocol Buffer 9.58%

cloud-bigtable-client's Introduction

Google Cloud Bigtable Client

Bigger than a data warehouse, fast enough for real-time access, and less expensive than running virtual machines. The world-renowned database that powers Google is now available to you worldwide.

Overview

Google Cloud Bigtable offers you a fast, fully managed, almost infinitely scalable NoSQL database service that's ideal for web, mobile, and IoT applications requiring terabytes to petabytes of data. Unlike comparable market offerings, Cloud Bigtable doesn't require you to sacrifice speed, scale, or cost efficiency when your applications grow. Cloud Bigtable has been battle-tested at Google for more than 10 years—it's the database driving major applications such as Google Analytics and Gmail.

Fully Managed

Cloud Bigtable is a high-availability, fully managed NoSQL database service. Google's experienced engineers work around the clock to keep your Cloud Bigtable servers up and running. With Cloud Bigtable, you'll spend more time developing valuable applications and less time architecting solutions that scale.

Fully Integrated

Data can be imported to or exported from Cloud Bigtable through simple bulk ingestion tools. You can transition to Cloud Bigtable from privately managed Apache HBase instances, and it's easy to export Cloud Bigtable data to an industry-standard format.

Fast and Highly Scalable

Cloud Bigtable scales to hundreds of petabytes seamlessly and automatically. It delivers low response times to support real-time data ingestion.

Industry Standard

Cloud Bigtable is offered through the standard Apache HBase open-source API with simple bulk ingestion and export.

Protected

Your data is protected through redundant storage at multiple physical locations. OAuth and granular access controls provide strong, configurable security.

Proven

Cloud Bigtable has been used by Google for 10+ years for its largest applications, including search, Gmail, Google Maps, Google Earth, and many others.

Project setup, installation, and configuration

There are a few things you need to do to get a working Bigtable project before you can execute code against it:

  1. Create a Cloud Bigtable cluster
  2. It's recommended to install the Cloud SDK for Cloud Bigtable

You can create a Maven project with the following dependency:

<dependency>
  <groupId>com.google.cloud.bigtable</groupId>
  <artifactId>bigtable-hbase-1.0</artifactId>
  <version>0.2.2</version>
</dependency>

How do I, as a developer, start working on the project?

You'll need Java, Maven, Google Cloud Platform project with a Bigtable cluster (see above for details) and the Google Cloud SDK (see above).

You can run mvn clean install to create a local version of all of the Cloud Bigtable client binaries.

Additionally, see our example project.

Testing

You can run the unit tests via mvn clean install. There is also a suite of integration tests that connect to a cluster you have access to via the authentication credentials that were loaded via the cloud SDK configuration.

You can run the following command for Java 7:

mvn clean integration-test \
    -PbigtableIntegrationTest \
    -Dgoogle.bigtable.project.id=[your cloud project id] \
    -Dgoogle.bigtable.zone.name=[the zone your cluster is in] \
    -Dgoogle.bigtable.cluster.name=[your cluster id] \
    -Dgoogle.bigtable.auth.service \
    -Dgoogle.bigtable.auth.service.account.enable=true

There is a possiblity that the versions of ALPN supplied above does not work with your JDK. If so, you can see more alternatives on the ALPN version table.

Deploying

TODO

How to setup the deployment environment

TODO

How to deploy

TODO

Troubleshooting & useful tools

TODO

Examples of common tasks

TODO

Contributing changes

Licensing

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.