An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

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'