内容
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