https://github.com/adyliu/idcenter
idcenter(algorithm from twitter snowflake)
https://github.com/adyliu/idcenter
Last synced: 12 days ago
JSON representation
idcenter(algorithm from twitter snowflake)
- Host: GitHub
- URL: https://github.com/adyliu/idcenter
- Owner: adyliu
- Created: 2012-08-07T09:19:10.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T06:45:44.000Z (about 5 years ago)
- Last Synced: 2025-12-02T16:24:27.841Z (about 1 month ago)
- Language: Java
- Size: 16.6 KB
- Stars: 142
- Watchers: 31
- Forks: 136
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-java - IdCenter
README
idcenter
====
A network service for generating unique ID numbers.
(Algorithm from twitter [snowflake](https://github.com/twitter/snowflake))
This package includes a base62 tools to reduce the number of digits.
usage
====
* mvnrepository [http://mvnrepository.com/artifact/com.sohu/idcenter/](http://mvnrepository.com/artifact/com.sohu/idcenter/)
* centra.maven.org [http://central.maven.org/maven2/com/sohu/idcenter/](http://central.maven.org/maven2/com/sohu/idcenter/)
maven:
com.sohu
idcenter
1.1.1
gradle:
'com.sohu:idcenter:1.1.1'