egg-snowflake
Egg plugin to generate unique and increased twitter-snowflake uuid.
Egg plugin to generate unique and increased twitter-snowflake uuid.
snowflake plugin for egg
Generates unique IDs from timestamps
63-Bit Flake ID generator yields k-ordered, conflict-free ids in a distributed environment.
Time Sortable Distributed Unique Id Generator based on Twitter Snowflake
A module that generates unique IDs based on Twitter's Snowflake algorithm.
javascript api wrapper for https://api.snowflakedev.xyz
A 64-bit Snowflake generator written in JavaScript
Twitter's Snowflake implementation for NodeJS
Generate Cyberflake ID's
Time based 64-bit unique id generator, inspired by Twitter snowflakes
Distributed id generation for the lazy.
Simple database which stores data in JSON files!
雪花算法
snowflake 现实中很少使用到分布式, 因为最大可以支持1024个进程, 一个小型应用压根不会有部署那么多进程, 所以完全可以讲snowflake作为mysql 单机 ID 生成器
A simple random ID generator
A simple, lightweight, stateless utility for generating quasi-unique, variable length identifiers with embedded type information.
distributable, serverless, and customizable unique ID generator based on Snowflake
A twitter like snowflake adaption to create unique, time stamp based IDs for node.js