Python Client for Google Cloud Bigtable
Google Cloud Bigtable is Google's NoSQL Big Data database service. It's the
same database that powers many core Google services, including Search,
Analytics, Maps, and Gmail.
Quick Start
In order to use this library, you first need to go through the following steps:
- Select or create a Cloud Platform project.
- Enable billing for your project.
- Enable the Cloud Bigtable API.
- Setup Authentication.
Supported Python Versions
Python >= 3.7
Deprecated Python Versions
- Python 2.7: the last released version which supported Python 2.7 was version 1.7.0, released 2021-02-09.
- Python 3.5: the last released version which supported Python 3.5 was version 1.7.0, released 2021-02-09.
- Python 3.6: the last released version which supported Python 3.6 was version v2.10.1, released 2022-06-03.