go-katsubushi
ID generator
An ID generation service that supports multiple protocols and provides unique IDs to clients.
ID generator server
179 stars
169 watching
21 forks
Language: Go
last commit: 9 months ago gogolangid-generationkatsubushikayacmemcachedsnowflake
Related projects:
Repository | Description | Stars |
---|---|---|
kokizzu/lexid | A fast and customizable ID generator with lexicographically orderable IDs. | 8 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,592 |
osamingo/indigo | A distributed unique ID generator that uses Sonyflake and Base58 encoding | 109 |
hotpotatoc/snowflake | Generates unique identifiers in the form of timestamps and sequence numbers with optional machine and process IDs | 4 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,310 |
twharmon/gouid | Provides universally unique IDs with cryptographic security | 24 |
jakenvac/goid | A UUID generator package in Go. | 41 |
kesonan/sqlgen | Automates code generation for Go-based SQL libraries from MySQL queries | 84 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 616 |
azr/generators | Automates the generation of boilerplate code for common Go applications | 5 |
m1/go-generate-password | A password generation tool with options for custom character sets and accessibility features. | 55 |
muyo/sno | A package for generating compact and unique IDs with embedded metadata | 91 |
lexborisov/yauid | Generates unique IDs based on timestamp and node ID without coordination between nodes. | 21 |
jmattheis/goverter | Automates the generation of type-safe conversion methods between data structures | 576 |