nodejs的分布式id解决方案 参考Twitter的snowflake ```js const SnowflakeID = require("SnowflakeID") const sid = new SnowflakeID() let arr = [] for(let i = 0; i < 10000; i++){ arr.push(sid.generate()) } console.log(arr) ```
A JavaScript or Node snowflake ID generator.
TypeScript definitions for snowflake-sdk
Deconstructs and generates snowflake IDs using BigInts
Node.js driver for Snowflake
A Promise-based, TypeScript-friendly helper for the Snowflake SDK
Generate Snowflake ID Standard compatible ids with optional cluster number
Twitter's Snowflake generator implementation for NodeJS
A simple and lightweight Node.js library to generate unique snowflake IDs.
A Pulumi package for creating and managing snowflake cloud resources.
Snowflake driver for Evidence projects
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.
Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake)
> TODO: description
Library to help you create a Snowflake Id or parse the same.
knex.js dialect for the Snowflake data warehouse
a node.js clone for twitter snowflake
knex.js dialect for the Snowflake data warehouse
Time based 64-bit unique id generator, inspired by Twitter snowflakes
Cube.js Snowflake database driver
No description provided.
Node.js driver for Snowflake
Snowflake Safe SDK - Interact with multisig wallets on Snowflake Safe
A drizzle ORM driver for use with Snowflake.