Skip to content

Latest commit

 

History

History
 
 

README.md

Ruby Client for Cloud Bigtable API (Alpha)

Cloud Bigtable API: API for reading and writing the contents of Bigtables associated with a cloud project.

Quick Start

In order to use this library, you first need to go through the following steps:

  1. Select or create a Cloud Platform project.
  2. Enable billing for your project.
  3. Enable the Cloud Bigtable API.
  4. Setup Authentication.

Installation

$ gem install google-cloud-bigtable

Next Steps