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.
This directory contains the implementation of the Cloud Bigtable C++ client.
This library support Cloud Bigtable at the GA quality level. Please note that, as is often the case with C++ libraries, we do not follow semantic versioning in the Cloud C++ client libraries. We make every effort to document backwards-incompatible API changes in the release notes below.
- The client library reference contains full documentation for the Cloud Storage C++ client library, and includes code samples for all APIs.
- A quick start is part of the client library reference.
- Please consult the Cloud Bigtable website for general documentation on Cloud Bigtable features, APIs, other client libraries, etc.
See CONTRIBUTING.md
for details on how to
contribute to this project, including how to build and test your changes as well
as how to properly format your code.
Apache 2.0; see LICENSE
for details.