Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.23 KB

File metadata and controls

44 lines (37 loc) · 1.23 KB

Bigtable

.. toctree::
  :maxdepth: 2
  :hidden:

  releases
  client-intro
  client
  cluster
  instance
  instance-api
  table
  table-api
  column-family
  row
  row-data
  row-filters
  data-api

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 <google.cloud.bigtable.client.Client>` on the :doc:`client-intro` page.

In the hierarchy of API concepts