tinyid 分布式id生成系统开源项目

我要开发同款
匿名用户2019年01月31日
184阅读

技术信息

开源地址
https://gitee.com/didiopensource/tinyid
授权协议
Apache

作品详情

tiyid是滴滴开发的id生成器分布式id生成系统,简单易用、高性能、高可用的id生成系统。

提供的RESTAPI:

extId:curl 'https://localhost:9999/tiyid/id/extId?bizType=test&toke=0f673adf80504e2eaa552f5d791b644c'respose:{"data":[2],"code":200,"message":""}extId Simple:curl 'https://localhost:9999/tiyid/id/extIdSimple?bizType=test&toke=0f673adf80504e2eaa552f5d791b644c'respose: 3with batchSize:curl 'https://localhost:9999/tiyid/id/extIdSimple?bizType=test&toke=0f673adf80504e2eaa552f5d791b644c&batchSize=10'respose: 4,5,6,7,8,9,10,11,12,13Get extId like 1,3,5,7,9...bizType=test_odd : delta is 2 ad remaider is 1curl 'https://localhost:9999/tiyid/id/extIdSimple?bizType=test_odd&batchSize=10&toke=0f673adf80504e2eaa552f5d791b644c'respose: 3,5,7,9,11,13,15,17,19,21

功能介绍

tinyid 是滴滴开发的 id 生成器 分布式id生成系统,简单易用、高性能、高可用的id生成系统。 提供的 REST API: nextId:
curl 'http://localhost...

声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论