shortid
Ids generator
Generates unique non-sequential short IDs
Super short, fully unique, non-sequential and URL friendly Ids
937 stars
10 watching
65 forks
Language: Go
last commit: over 2 years ago
Linked from 2 awesome lists
ididsshortid
Related projects:
Repository | Description | Stars |
---|---|---|
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
pid/puid | Generates unique IDs based on time, machine, and process for use in distributed environments. | 242 |
matoous/go-nanoid | Provides a cryptographically strong random ID generator with adjustable length and character set for use in various applications. | 1,310 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
radeno/nanoid.rb | A tiny Ruby library for generating secure URL-friendly unique string IDs | 235 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
michelboucey/nanoid | Generates unique identifiers similar to UUIDs | 9 |
tzwel/breezeid | Generates unique, human-readable IDs with no profanities and suitable for use in user-facing applications. | 4 |
sqids/sqids-ocaml | A library that generates unique identifiers from numbers in various programming languages | 9 |
railsmechanic/nanoid | Provides a secure and compact way to generate unique IDs in Elixir | 220 |
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |
viascom/nanoid-kotlin | A Kotlin class that generates unique, secure, URL-friendly IDs with customizable length and alphabet | 28 |
mrdimidium/nanoid | A tiny, secure, URL-friendly ID generator with customizable length and alphabet. | 547 |
tkzwtks/nanoid-perl | Generates unique, URL-friendly IDs for identification purposes | 2 |
termosa/vue-uniq-ids | A plugin that generates unique IDs for attributes without modifying the original values, improving accessibility and reducing conflicts. | 34 |