GithubHelp home page GithubHelp logo

matieli / idcenter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from zhongxunking/idcenter

0.0 1.0 0.0 578 KB

idcenter(分布式ID中心):高效的分布式id生成器,每个客户端tps都可达到150万,服务端毫无压力。具备完整的登录、权限校验。使用http协议进行通信,可支持多语言。部署简单、页面操作简洁、运维成本低。后台逻辑简单(代码量不超过4千行),让你能够hold得住。

License: Apache License 2.0

Java 58.94% JavaScript 16.53% HTML 18.89% CSS 5.52% Dockerfile 0.12%

idcenter's Introduction

idcenter

  1. 简介

生成全局唯一的id(流水号),是很多公司都需要解决的问题。如果还是采用时间戳+随机数形式生成,在并发量大时,很有可能会生成重复的id。重复id的危害就是可能会导致一系列问题。idcenter专门用来高效的生成全局唯一id,分为服务端和客户端,每个客户端的tps可达到150万,而且服务端毫无压力。

  1. 环境要求
  • 服务端:jdk1.8
  • 客户端:jdk1.8
  • MySQL

注意:本系统已经上传到maven**库

  1. 演示环境

地址:http://idcenter.antframework.org:6210
账号:admin 密码:123

特性

idcenter具备统一的id管理能力、id具有周期概念、可承受海量获取id需求、完善的权限管理能力。

  • 统一的id管理能力:提供id管理页面,可管理公司内部所有的id。
  • id具有周期概念:id的周期概念保证了id的时效性,让你看到id就知道这个id是什么时候产生的。
  • 可承受海量获取id请求:客户端的预处理设计,保证了单个客户端可承受百万tps级别的id获取;并且客户端和服务端之间平均5分钟通信一次,保证了服务端可支撑大量的客户端。
  • 完善的权限管理能力:可对管理员的权限进行约束,让合适的人管理合适的id。

文档

技术支持

欢迎加我微信入群交流。

Who is using

欢迎使用idcenter的组织在这里进行登记(仅供其他用户参考)。

idcenter's People

Contributors

zhongxunking avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.