38 skills found · Page 2 of 2
10xHub / SnowflakekitSnowflake ID Generator is a Python library for creating unique, distributed IDs using a modified Snowflake algorithm. It supports asynchronous ID generation, customizable bit allocation.
mocreates / SequenceId generator based on snowflake algorithm with stronger capability.
nelson820125 / Jordium.Snowflake.NETA high-performance Snowflake ID generator supporting multiple algorithms (drift, traditional, lock-free) for distributed systems.
GungnirLaevatain / Snowflake ZkUsing zookeeper to allocate work id for snowflake algorithm
istyle-inc / Iceflakeiceflake is a Unique ID generator using 'snowflake' algorithm.
ayubun / Snowflake Id WorkerA Rust worker that serves an HTTP API to generate snowflake IDs using the Twitter snowflake algorithm ^-^
tripluo / J IdThe j-id is a distributed ID generator based on the snowflake algorithm, which relies on redis/zookeeper to determine the machine serial number.
lkebin / Snowflake CA snowflake algorithm implement in C
leeeboo / Unique Id ServerA unique TCP ID server based on the Twitter Snowflake algorithm
ml444 / GidGlobal ID Component Based on Snowflake Algorithm.
andeya / SulidSULID is a unique ID generation algorithm that combines the benefits of ULID and Snowflake.
weixinhost / Unique Id ServerA unique TCP ID server based on the Twitter Snowflake algorithm
Hariprasad0777 / Cancer Analysis Using KNN Algorithm By Snowflake ConnectorNo description available
rvhuang / Snowflake LiteA lightweight implementation of Twitter's Snowflake algorithm.
crazyfrankie / Snow FlakeSnowflake Algorithm for Globally Unique IDs in Distributed Environments
alphazcc / SnowflakeSnowFlake is a useful software package based on the open source SnowFlake algorithm created by RT-Thread.
hawkkiller / SnowflakerTwitter's snowflake algorithm implementation in Dart. The Snowflake algorithm is a unique ID generator that was originally developed by Twitter. The algorithm generates 64-bit IDs that are composed of a timestamp, a worker ID, and a sequence number.
brpandey / SnowflakeDistributed system to generate unique 64 bit integer ids in Elixir using the original Twitter Snowflake algorithm