flake-idgen

Flake ID generator yields k-ordered, conflict-free ids in a distributed environment

@skorotkiewicz/snowflake-id

Snowflake ID is a unique identifier commonly used in distributed systems to generate unique IDs with a timestamp component. It is designed to ensure uniqueness, even in distributed and highly concurrent environments.

flakeid

Time based 64-bit unique id generator, inspired by Twitter id (snowflake)