Skip to content

alibaba/sentinel-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

36871db · May 10, 2024

History

90 Commits
Jan 11, 2021
Nov 16, 2020
May 10, 2023
May 10, 2023
May 10, 2024
Jun 4, 2019
Nov 16, 2020
Jun 27, 2019
Jul 15, 2019
Mar 26, 2019
Aug 11, 2020
Nov 16, 2020
May 10, 2023
Mar 26, 2019
Jun 14, 2019
Jun 27, 2019
Jul 15, 2019

Repository files navigation

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