基于twitter的雪花算法(SnowFlake)来产生分布式ID,支持SDK、HTTP方式接入
☆301Oct 26, 2017Updated 8 years ago
Alternatives and similar repositories for DistributedID
Users that are interested in DistributedID are comparing it to the libraries listed below
Sorting:
- 分布式雪花算法全局生成器的SDK,DistributedID的SDK方式接入☆22Jan 21, 2017Updated 9 years ago
- Twitter的雪花算法SnowFlake,使用Java语言实现。☆849Oct 26, 2017Updated 8 years ago
- 分布式锁的几种实现方法:redis实现分布式锁☆12Dec 5, 2016Updated 9 years ago
- 基于ffmpeg+spring+quartz+dubbo+zookeeper+MyBatis服务化的视频转换分布式服务☆12Jul 21, 2016Updated 9 years ago
- 基于Netty实现的WebSocket聊天室,支持几万人同时在线聊天☆616Oct 26, 2017Updated 8 years ago
- snowflake-id-generator☆39Jan 12, 2019Updated 7 years ago
- 基于TBSchedule开发的一个分布式任务调度框架,可以解析任务间的依赖,并执行任务(执行Shell、bat脚本)☆12Aug 5, 2016Updated 9 years ago
- 强一致分布式事务框架☆1,911Mar 1, 2023Updated 3 years ago
- 基于dubbo的分布式工程开发规范实例工程,分布式跟踪、ID生成、分布式事务、分布式治理、分表分库、分布式锁、选举、分布式配置、API文档生成器...☆485Aug 17, 2018Updated 7 years ago
- MQTT broker for java based on Netty☆15Sep 2, 2025Updated 6 months ago
- 基于spring boot支持thrift序列化的http的微服务框架☆59Jul 27, 2018Updated 7 years ago
- 基于netty的分布式聊天服务器。整合zookeeper☆74Jun 25, 2022Updated 3 years ago
- 在大型游戏中经常使用分布式,分布式中因为游戏逻辑会经常游戏事务,借助redis特性我们可以实现分布式锁和分布式事务。很多redis集群不支持redis的事务特性。 这个框架用来解决分布式服务器下redis集群事务失效的情况下,基于分布式锁完成分布式事务。支持独占锁,共享锁,…☆159Apr 17, 2023Updated 2 years ago
- 分表分库的新思路——服务层Sharding框架,全SQL、全数据库兼容,ACID特性与原生数据库一致,能实现RR级别读写分离,无SQL解析性能更高☆204Aug 28, 2017Updated 8 years ago
- 以Spring Cloud Netflix作为服务治理基础, 展示基于tcc思想所实现 的分布式事务解决方案☆2,549Feb 8, 2020Updated 6 years ago
- 互联网架构 SOA(Dubbo)+配置中心(ZK)+消息中间件MQ(RocketMq)+高速缓存(Redis)互联网架构☆64Sep 13, 2017Updated 8 years ago
- UniqueID generator☆5,583May 31, 2023Updated 2 years ago
- 基于netty通信框架的轻量级、高性能RESTful服务,用于构建分布式系统。☆124Jan 2, 2013Updated 13 years ago
- 日志注入(字节码增强)☆13Jan 23, 2017Updated 9 years ago
- 我经常用到的一些小工具类:类型验证、转换,http,oauth,job,redis queue,jsonrpc等☆13Feb 8, 2017Updated 9 years ago
- Deeplearning4J框架搭建的第一个问答小AI☆11Dec 18, 2017Updated 8 years ago
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 3 years ago
- 一些公共组件及学习应用:RPC/统一配置中心/基于注解的分布式锁/dubbo请求级缓存/调用链追踪/RabbitMQ/Elasticsearch/zookeeper/Sping boot☆540Dec 13, 2022Updated 3 years ago
- It's a TCC(Try-Confirm-Cancel) transaction framework.基于TCC原理的分布式事务框架☆50Jul 8, 2016Updated 9 years ago
- 基于Dubbox最新版本重新开发的简单监控☆549Nov 27, 2018Updated 7 years ago
- Leaf——美团点评分布式ID生成系统中Leaf-segment数据库方案的实现☆367Aug 25, 2018Updated 7 years ago
- MPush开源实时消息推送系统☆3,777Jun 17, 2022Updated 3 years ago
- 乐视集团支付订单系统分库分表开源实现☆123Feb 23, 2017Updated 9 years ago
- 分布式任务调度平台(Distributed Job Schedule Platform)☆560Jun 20, 2022Updated 3 years ago
- Distributed Configuration Management Platform(分布式配置管理平台)☆5,539Jul 18, 2023Updated 2 years ago
- 高效的分布式id生成器,每个客户端实例tps可达到100万,服务端毫无压力。即使服务端宕机了,id生成依然可用。支持多数据中心,支持id加密。☆48Feb 26, 2019Updated 7 years ago
- Distributed transaction solutions☆4,249Jul 14, 2024Updated last year
- ByteTCC is a distributed transaction manager based on the TCC(Try/Confirm/Cancel) mechanism. It’s compatible with the JTA specification. …☆2,884Apr 15, 2022Updated 3 years ago
- LCN distributed transaction framework, compatible with dubbo, spring cloud and Motan framework, supports various relational databases☆4,186Sep 6, 2023Updated 2 years ago
- 对RocketMQ的封装,加了一层Queue(Memory | File)来尽可能减小Produce时对主服务的影响.☆14May 24, 2014Updated 11 years ago
- 使用netty4.X实现的手机游戏分布式服务器,支持tcp,udp,http,websocket链接,采用protobuf自定义协议栈进行网络通信,支持rpc远程调用,使用mybatis3支持db存储分库分表,支持异步mysql存储,db保存时同步更新reids缓存。 使用…☆1,663Apr 18, 2023Updated 2 years ago
- Distributed lock implementation using Redis and Zookeeper.基于redis和zookeeper分布式工具集-包括:分布式锁实现,分布式速率限制器,分布式序列等☆551Aug 23, 2016Updated 9 years ago
- tcc-transaction是TCC型事务java实现☆5,783Jan 24, 2025Updated last year
- SpringBoot2+Netty+WebSocket实现TCP服务端消息推送到前台页面☆18Jan 12, 2023Updated 3 years ago