Python idiomatic client for Google Cloud Bigtable
$ pip install --upgrade google-cloud-bigtableFor more information on setting up your Python development environment,
such as installing pip and virtualenv on your system, please refer
to Python Development Environment Setup Guide for Google Cloud Platform.
With google-cloud-python we try to make authentication as painless as
possible. Check out the Authentication section in our documentation to
learn more. You may also find the authentication document shared by all
the google-cloud-* libraries to be helpful.
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.
See the google-cloud-python API Bigtable Documentation to learn
how to manage your data in Bigtable tables.