Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 775 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 775 Bytes

myid

Global unique ID service based on mysql (number segment)

modules

modules description remark
myid-client client
myid-server server

how to start ?

myid is very simple to use,follow these steps:

  • update the address of the database in YML
  • deploying myid-server
  • use myid-client or request HTTP interface to generate id

preference

  • the throughput of single machine (4C8G spot) is 10 k/s

reference