高效的分布式id生成器,每个客户端实例tps可达到100万,服务端毫无压力。即使服务端宕机了,id生成依然可用。支持多数据中心,支持id加密。
☆48Feb 26, 2019Updated 7 years ago
Alternatives and similar repositories for ids
Users that are interested in ids are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- idcenter(分布式ID生成中心):极高效的分布式id生成系统,每个客户端获取id的tps可达到400万+,服务端可支持海量的客户端。具备高容错性,即使网络不稳定也能运转(只要不连续长时间断网)。使用http协议进行通信,可支持多语言。具备完整的管理员登录、权限校验。部…☆33Apr 19, 2023Updated 3 years ago
- configcenter(配置中心):存储管理各个系统在不同环境中的配置,降低配置维护成本。具备配置发布回滚能力、配置更新实时推送能力、配置灰度发布能力、客户端配置缓存能力、对客户端验权防止生产环境配置泄漏风险能力、对敏感配置设置访问权限能力。使用http协议进行通信,可支…☆87Mar 2, 2023Updated 3 years ago
- 基于consul的分布式锁☆48Sep 12, 2017Updated 8 years ago
- 基于redis的分布式锁,适用于秒杀,自增ID等web分布式开发场景☆11Mar 21, 2017Updated 9 years ago
- java简单实现一些机器学习算法☆13Dec 10, 2020Updated 5 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- Attempt to build a fast zero garbage FIX engine with Java. (UNRELEASED)☆15Jun 21, 2017Updated 9 years ago
- 基于spring boot套件、讯飞能力开放平台的语音识别、翻译、语音合成接口,支持语音合成文件的格式转换和浏览器播放☆10Apr 22, 2020Updated 6 years ago
- 分布式MySQL数据库中间件,支持数据的水平、垂直拆分,支持分库分表,支持读写分离,支持结果集合并,支持故障自动切换。☆26Sep 17, 2015Updated 10 years ago
- 基于SpringBoot生产分布式下全局的ID,保证ID生成的顺序性、无重复性、高可用,利用Redis排除了受单点故障问题的影响,生成ID规则: 年份(2位) + 一年中第几天 (3位)+ 小时(2位) + Redis自增序号 (5位),总计12位, 支持一小时内近100…☆48Oct 25, 2018Updated 7 years ago
- 基于SpringBoot+SpringCloud+Mybatis+Docker分布式敏捷开发系统架构,提供整套公共微服务服务模块:内容管理、支付中心、用户管理(包括第三方)、微信平台、存储系统、配置中心、日志分析、任务和通知等,支持服务治理、监控和追踪,努力为中小型企业打造…☆75Jul 18, 2018Updated 8 years ago
- 轻量级规则引擎☆23Aug 15, 2017Updated 8 years ago
- Java:购物车规则引擎。采用SOA思想,每个促销规则以插件的形式增减☆22Dec 23, 2015Updated 10 years ago
- sysmin 监控jvm,linux信息的项目☆10Apr 17, 2019Updated 7 years ago
- 配置atomitos的JTA分布式事务,实现了Spring + atomitos + Druid + Mybatis的集成配置☆25Mar 5, 2016Updated 10 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- Android跨进程WebView组件☆15Mar 31, 2019Updated 7 years ago
- rule engine based on qlexpress(基于taocode qlexpress的规则引擎)☆79Mar 17, 2016Updated 10 years ago
- SpringBoot操作Elasticsearch的实战案例,elasticsearch 2.4.5/5.6.1☆34Apr 25, 2020Updated 6 years ago
- J2SE相关代码研究☆12May 20, 2017Updated 9 years ago
- Shiro 初始权限动态加载。 Shiro Ajax请求权限不满足,拦截后解决方案。 用户禁止登录开关。 在线显示,在线用户管理(踢出登录)。 GIF验证码验证 记住用户 一个帐号多处登录限制,挤掉最先登录的用户。可以设置同一账号的同时在线数量。 使用redi…☆33May 31, 2017Updated 9 years ago
- A-B test modules 基于nginx+lua实现灰度测试系统☆22Oct 31, 2017Updated 8 years ago
- JAVAMonitorPLUS性能监控系统,适用于监控所有Java应用,具有堆内存监控、方法区监控、GC监控、类加载监控、类编译监控与线程监控,提供堆快照下载,线程快照下载,服务器信息查看,权限验证和登录☆10Jun 21, 2022Updated 4 years ago
- Deprecated☆11Oct 10, 2020Updated 5 years ago
- 智能客服 基于springboot+swaggger+elasticsearch+mysql☆11Aug 22, 2018Updated 7 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 基于复写负载均衡机制的插件,解决前后联调的复杂性☆25Mar 31, 2021Updated 5 years ago
- ☆14Aug 31, 2024Updated last year
- 基于Bytebuddy的Java Agent AOP框架☆11Feb 21, 2024Updated 2 years ago
- 采用领域驱动设计(Domain Driven Design、DDD)实现的CMS系统☆11Aug 8, 2022Updated 3 years ago
- bekit框架致力于解决在应用开发中的公共性痛点,已有“事件总线”、“流程引擎”、“服务引擎”。其中“流程引擎”可作为分布式事务解决方案saga模式的一种实现,并且它很轻量不需要服务端、不需要配置,就可直接使用。☆98Jul 12, 2025Updated last year
- 网络游戏服务器通信框架☆13Apr 29, 2020Updated 6 years ago
- 工作中积累的工具类☆84Jun 23, 2018Updated 8 years ago
- 使用openresty结合lua开发dubbo restful网关☆11Nov 5, 2018Updated 7 years ago
- 解决幂等问题的工具-Ddripping☆15Nov 30, 2016Updated 9 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.
- Raft 分布式共识算法动画演示中文最新版,也包含官方中文版raft集群在线演示网站两种。☆20Apr 1, 2022Updated 4 years ago
- SpringForAll 官方App☆29Nov 14, 2017Updated 8 years ago
- rabbitmq消息队列封装☆12Jul 7, 2017Updated 9 years ago
- 带有权限控制机制的JAVAEE基本框架☆19Mar 9, 2016Updated 10 years ago
- 基于 hyperf 实现的简单聊天室☆10Dec 6, 2019Updated 6 years ago
- 一款微服务MicroService快速构建平台,支持resteasy,springmvc和自定义servlet支持tomcat,jetty,undertow等servlet容器,支持netty-webflux, api网关,调用链追踪,同时支持多类第三方插件,兼容Sprin…☆26Dec 16, 2022Updated 3 years ago
- 基于springboot+dubbo+redis session共享,图形验证码,手机短信验证码☆10Mar 8, 2018Updated 8 years ago