内容
https://github.com/alibaba/Sentinel/blob/master/doc/awesome-sentinel.md#presentations
- Sentinel 1.6.0 網關流控新特性介紹-Eric Zhao (Dubbo Tech Day-201905-北京): PDF
- 哨兵微服務流控降級實踐-Eric Zhao(Dubbo Tech Day-201907-深圳):
- Sentinel 1.7.0 新特性展望-Eric Zhao (Dubbo Tech Day-201910-Chengdu):
https://github.com/alibaba/Sentinel/blob/master/doc/awesome-sentinel.md#tutorials
https://github.com/alibaba/Sentinel/blob/master/doc/awesome-sentinel.md#demos
- sentinel-zuul-example : 一個簡單的項目內建 Sentinel 到 Spring Cloud Zuul,提供了 Tiger 的 Service 和 API 路徑級流控管理 https://github.com/tigerMoon
https://github.com/alibaba/Sentinel/blob/master/doc/awesome-sentinel.md#extensions--integrations
- sentinel-support :友善 Sentinel 內建的支援項目,包括屬性檔案配置、ActiveMQ 內建和由 cdfive 實作的 JdbcDataSource
- Sentinel 儀表盤多資料源擴充卡 :Sentinel 儀表盤多資料源擴充卡內建了 Apollo 和 Nacos 配置中心,實作雙向修改持久化。由 finefuture 實作 https://github.com/finefuture
- Sentinel Rule Annotation Support :第三方庫,支援使用注解配置流規則和降級規則。由 code1986 https://github.com/code1986
- sentinel-pigeon-adapter :用于 Sentinel 的 RPC 架構 Pigeon 擴充卡,包括 wchswchs 的 提供者和調用者速率限制實作 https://github.com/wchswchs
https://github.com/alibaba/Sentinel/blob/master/doc/awesome-sentinel.md#blog-posts
- Sentinel 為 Dubbo 服務保駕護航 by Eric Zhao
- 在生産環境中使用 Sentinel 由
- Sentinel 與 Hystrix 的對比
- 指南:從 Hystrix 遷移到 Sentinel
- Sentinel 監控資料持久化【MySQL】 cdfive
- Sentinel 監控資料持久化【InfluxDB】
- Sentinel 監控資料持久化【Apollo】 cookiejo
- Sentinel 一體化監控解決方案 CrateDB + Grafana Young Hu
- Sentinel源碼解析系列 by houyi
- Sentinel 學習筆記 by ro9er
- 大流量下的服務品質治理 Dubbo Sentinel 初涉 RyuGrade
- Sentinel 深入淺出系列 by shxz130