puid
uid generator
Generates unique IDs based on time, machine, and process for use in distributed environments.
Generate an unique ID depending on time, machine and process for use in a distributed environment.
241 stars
8 watching
8 forks
Language: JavaScript
last commit: almost 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dy/get-uid | Generates unique numeric IDs without side effects | 11 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
spa5k/uids-postgres | Provides a PostgreSQL extension to generate unique IDs with multiple algorithms and formats. | 45 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
termosa/vue-uniq-ids | A plugin that generates unique IDs for attributes without modifying the original values, improving accessibility and reducing conflicts. | 34 |
weihongyu12/think-hashids | A module that generates unique IDs using a hash-based algorithm for ThinkJS applications | 7 |
invipal/nanoid | A V implementation of a unique identifier generator | 8 |
t-pwk/flake-idgen | Generates unique identifiers in a distributed environment with high precision and uniqueness | 242 |
lukeed/uid | A utility to generate unique fixed-length random IDs. | 655 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
tzwel/breezeid | Generates unique, human-readable IDs with no profanities and suitable for use in user-facing applications. | 4 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
sqids/sqids-ocaml | A library that generates unique identifiers from numbers in various programming languages | 9 |
flashultra/uuid | Utility for generating and manipulating unique identifiers across various formats | 25 |