一款专门为SpringBoot项目设计的限流组件,利用Redis+lua从而来实现高性能和分布式的能力。使用比较简单。通过半嵌入式的开发即可使用分布式注解。
☆19May 20, 2022Updated 4 years ago
Alternatives and similar repositories for easy-sentinel
Users that are interested in easy-sentinel are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于springboot定义接口网关☆37Sep 21, 2017Updated 8 years ago
- 集成spring boot框架的redis分布式锁,使用redis作为锁的资源存储,使用lua脚本加锁保证锁的原子性操作,基于redis服务端的原子性操作原因,加锁和设置锁超时对客户端来说可以一步到位,不会出现死锁或者抢锁的情况出现。☆27Jun 12, 2019Updated 7 years ago
- 无侵入的应用级网关限流框架,无需配置文件,细粒度控制,高灵活性,高可用性,使用redis+lua脚本实现。☆156Jan 27, 2026Updated 6 months ago
- ☆13May 5, 2022Updated 4 years ago
- Ansible playbook to install XWiki with PostgreSQL and Tomcat☆12Oct 10, 2017Updated 8 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 专门为SpringBoot项目设计的幂等组件,让天下没有难写的防重代码。 基于控制时间两种防重策略 策略一: 滑动窗口策略 每次请求设置当前请求的控制时间,控制时间内请求均会被拦截。 策略二: 固定窗口策略 仅仅为第一次请求生成一个控制时间,控制时间内相同的请求会…☆166Jan 28, 2024Updated 2 years ago
- 用于云计算的文件上传服务☆10Nov 20, 2021Updated 4 years ago
- ESB Server (企业消息服务总线)☆15Nov 21, 2018Updated 7 years ago
- 利用GA算法解决物流中的问题[考虑最大行驶距离限制、配送货物量]☆10Dec 5, 2019Updated 6 years ago
- rest 请求的API网关服务☆12Jan 12, 2019Updated 7 years ago
- SpringCloud+Vertx+Disruptor金融业撮合交易系统(学习ing)☆12Nov 9, 2020Updated 5 years ago
- 公交线路搜索系统,mysql+jdbc+servlet+freemarker+json+jquery+arttemplate+百度地图api☆12Jan 3, 2019Updated 7 years ago
- 慕课网《Java并发编程高阶技术-高性能并发框架源码解析与实战》学习☆14Nov 1, 2018Updated 7 years ago
- 调用第三方接口的框架,包含缓存重试策略。☆13Jun 17, 2022Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- FreeImage4Java provides a Java wrapper of FreeImage library☆10Sep 21, 2025Updated 10 months ago
- 用Java实现的一个简单的消息队列☆17Mar 17, 2017Updated 9 years ago
- 线程管理框架☆13May 7, 2019Updated 7 years ago
- 微信投票抽奖活动系统☆12May 24, 2017Updated 9 years ago
- ☆15Feb 7, 2017Updated 9 years ago
- Simplified custom plugins for Trino☆16Jul 29, 2024Updated last year
- 线程池+消息队列缓存 批量处理高并发任务☆13Sep 1, 2019Updated 6 years ago
- mybatis 字段加解密插件,兼容mybatis-plus的wrapper,支持对Map等非pojo对象的加解密,支持不同字段使用不同算法或密钥☆13Dec 2, 2023Updated 2 years ago
- 剑指offer CodingInterview | Solutions to the book <Coding Interviews> with Java.《剑指offer—名企面试官精讲典型编程题》面试题目的Java实现。☆18Feb 18, 2019Updated 7 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 在商城系统中使用设计者模式☆14Mar 29, 2020Updated 6 years ago
- 一个基于thinkphp的个人博客☆13Apr 8, 2019Updated 7 years ago
- 限流幂等框架☆19Mar 29, 2018Updated 8 years ago
- ☆19Jan 16, 2023Updated 3 years ago
- a simple retry schedule (一个简单的重试机制实现)☆21Aug 30, 2017Updated 8 years ago
- A demo for record web operation log easily.☆13Feb 1, 2019Updated 7 years ago
- Parse a SQL using Presto's native SQL parser and reports syntax errors☆19Aug 3, 2022Updated 3 years ago
- ☆12Updated this week
- 优惠券卡包系统,参考慕课网的课程,根据自己的理解进行实现☆10Jun 17, 2022Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- API聚合框架,只需要简单的配置就可以完成多个API的聚合操作。☆18May 14, 2020Updated 6 years ago
- 使用 Canal 中间件同步 Mysql 和 Redis,以及责任链模式的应用☆18Dec 29, 2018Updated 7 years ago
- 笔记资料☆10Aug 7, 2019Updated 6 years ago
- Test NAT Traversal after using pjnath to see if we can send data to peer☆15Jan 23, 2014Updated 12 years ago
- 多级缓存框架-一级缓存caffeine 二级缓存redis☆16Dec 16, 2022Updated 3 years ago
- ZooKeeper可视化工具☆15Jul 12, 2017Updated 9 years ago
- 分布式卡包应用:用户子系统包含 优惠券库存功能实现、用户优惠券功能实现、领取优惠券功能实现、可用优惠券功能实现、已使用优惠券功能实现、用户所有的优惠券功能实现、用户使用优惠券功能实现、评论功能实现。 技术栈:Springboot+kafka+Redis+HBase☆15Mar 20, 2019Updated 7 years ago