Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.65 KB

README.md

File metadata and controls

42 lines (29 loc) · 1.65 KB

Google Cloud Bigtable

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.

Documentation

Status

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.

Documentation

  • 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.

Contributing changes

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.

Licensing

Apache 2.0; see LICENSE for details.