Using the 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 ` on the :doc:`bigtable-client-intro` page. In the hierarchy of API concepts * a :class:`Client ` owns a :class:`Cluster ` * a :class:`Table ` owns a :class:`ColumnFamily ` * a :class:`Table ` owns a :class:`Row ` (and all the cells in the row) .. _Google Cloud Bigtable: https://cloud.google.com/bigtable/docs/ .. _gRPC: http://www.grpc.io/ .. _grpcio: https://pypi.python.org/pypi/grpcio