Skip to content

qiwzhang/service-control-client-cxx

This branch is 2 commits behind lizan/service-control-client-cxx:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

52fb943 · Oct 27, 2016

History

20 Commits
Oct 27, 2016
Aug 23, 2016
Sep 8, 2016
Oct 27, 2016
Sep 8, 2016
Jun 2, 2016
Jun 2, 2016
Jun 2, 2016
Aug 2, 2016
Sep 8, 2016
Jun 2, 2016
Jun 2, 2016
Jun 20, 2016
Oct 25, 2016

Repository files navigation

Build Status

The Service Control Client library for c/c++

The service control client library provides C++ APIs for:

  • access control check on API key validation
  • reporting API related data for google cloud logging and google cloud monitoring

It offers:

  • fast access control check through caching
  • high scalability by significantly reducing outgoing check and report requests through aggregation

Getting Service Control Client library

To download the service control client source code, clone the repository:

# Clone the repository
git clone https://github.com/cloudendpoints/service-control-client-cxx.git

Repository Structure

  • include: The folder contains public headers.
  • utils: The folder contains utility code.
  • src: The folder contains core source code.

Setup, Build and Test

Recommended workflow to setup, build and test service control client code:

# Sync your git repository with the origin.
git checkout master
git pull origin --rebase

# Setup git for remote push
script/setup

# Use Bazel to build
bazel build :all

# Use Bazel to test
bazel test :all

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.5%
  • Python 1.1%
  • Shell 0.4%