Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.21 KB

File metadata and controls

32 lines (25 loc) · 1.21 KB

Using the API

Warning

gRPC is required for using the Cloud Bigtable API. As of May 2016, grpcio is only supported in Python 2.7, so importing :mod:`gcloud.bigtable` in other versions of Python will fail.

API requests are sent to the Google Cloud Bigtable API via RPC over HTTP/2. In order to support this, we'll rely on gRPC. We are working with the gRPC team to rapidly make the install story more user-friendly.

Get started by learning about the :class:`Client <gcloud.bigtable.client.Client>` on the :doc:`bigtable-client-intro` page.

In the hierarchy of API concepts