Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 948 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 948 Bytes

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