sandflake
ID generator
A decentralized ID generator for sequential, lexicographically sortable unique IDs
Decentralized, sequential, lexicographically sortable unique id
83 stars
10 watching
3 forks
Language: Go
last commit: about 4 years ago Related projects:
Repository | Description | Stars |
---|---|---|
zelark/nano-id | A Clojure library for generating unique URL-friendly string IDs | 191 |
kokizzu/lexid | A fast and customizable ID generator with lexicographically orderable IDs. | 8 |
lexborisov/yauid | Generates decentralized unique IDs with time ordering and node ID information | 21 |
aofei/sandid | A tool for generating unique IDs for individual grains of sand | 47 |
t-pwk/flake-idgen | Generates unique identifiers in a distributed environment with high precision and uniqueness | 242 |
jonschlinkert/uniqueid | Generates unique sequential IDs with optional prefix and suffix. | 17 |
osamingo/indigo | A distributed unique ID generator that uses Sonyflake and Base58 encoding | 109 |
gofrs/uuid | A Go implementation of Universally Unique Identifiers (UUIDs) with support for various versions and formats. | 1,581 |
drecom/barrage | Distributed ID generator for generating unique IDs across multiple data sources | 21 |
duailibe/cuid | Generates unique, sequential IDs with optimal performance for horizontal scaling and lookup | 55 |
adamhalasz/uniqid | A fast and unique identifier generator based on the current time, process ID, and MAC address. | 617 |
michelboucey/nanoid | Generates unique identifiers similar to UUIDs | 8 |
sasluca/zig-nanoid | A tiny, URL-friendly ID generator that produces unique, random strings with customizable length and alphabet | 27 |
elfsundae/laravel-hashid | Provides reversible, non-sequential identifiers for data obfuscation | 407 |
antiflasher/nanoid | A Swift library that generates unique, secure string IDs with customizable parameters | 69 |