xid
id generator
Generates globally unique ids for web applications
xid is a globally unique id generator thought for the web
4k stars
35 watching
207 forks
Language: Go
last commit: 17 days ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
dylang/shortid | Generates unique, non-sequential URL-friendly IDs suitable for various applications and services. | 5,739 |
ulid/spec | A specification for a more efficient and compact alternative to UUIDs | 9,740 |
oklog/ulid | A package that generates Universally Unique Lexicographically Sortable Identifiers | 4,523 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 241 |
spa5k/uids-postgres | Provides a PostgreSQL extension to generate unique IDs with multiple algorithms and formats. | 45 |
ai/nanoid | A tiny string ID generator with high security and small size. | 24,655 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,292 |
ulid/javascript | A JavaScript library providing a compact and efficient identifier generation solution | 3,030 |
railsmechanic/nanoid | Provides a secure and compact way to generate unique IDs in Elixir | 218 |
lukeed/uid | A utility to generate unique fixed-length random IDs. | 655 |
lukeed/hexoid | Generates random hexadecimal IDs of fixed length | 195 |
segmentio/ksuid | A library for generating and parsing globally unique identifiers with a timestamp component for efficient sorting and collision protection. | 4,945 |
radeno/nanoid.rb | A tiny Ruby library for generating secure URL-friendly unique string IDs | 230 |
edwingeng/wuid | A fast and unique identifier generator | 532 |