Skip to content

ajaaym/google-cloud-cpp

 
 

Repository files navigation

Google Cloud Platform C++ Client Libraries

Travis CI status AppVeyor CI status Codecov Coverage status Documentation

This repo contains experimental client libraries for the following APIs:

The libraries in this code base likely do not (yet) cover all the available APIs. See the googleapis repo for the full list of APIs callable using gRPC.

To build the available libraries and run the tests, run the following commands after cloning this repo:

git submodule init
git submodule update --init --recursive
mkdir build-output
cd build-output
cmake ..
make all
make test

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.

About

Google Cloud Client Library for C++

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.2%
  • CMake 8.8%
  • Shell 2.3%
  • PowerShell 0.7%
  • Python 0.5%
  • C 0.3%
  • Makefile 0.2%