sguzwf / sentinel-cpp

C++ implementation of Sentinel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sentinel Logo

Build Status License Gitter

Sentinel: The Sentinel of Your Microservices

Build

  1. Install the latest version of Bazel in your environment.
  2. Build the project.
bazel build -c opt //...
  1. Run the QPS limiting demo:
CSP_SENTINEL_APP_NAME=my-demo ./bazel-bin/examples/sentinel-cpp/sentinel_basic_qps_limit

About

C++ implementation of Sentinel

License:Apache License 2.0


Languages

Language:C++ 85.5%Language:Python 14.3%Language:Shell 0.1%