15 packages tagged with “SnowflakeId”
Unique 64-bit, time-ordered ID Generator.
Generate unique identifiers based on Twitter's Snowflake ID. Parse a Snowflake to get information about it's creation.
A C# library for automatic registration of WorkerId in SnowflakeId systems,supporting SQL Server, Redis , and other.
SnowflakeId AutoRegister StackExchangeRedis: An extension of the SnowflakeId AutoRegister library, enabling automatic WorkerId registration in SnowflakeId systems using StackExchange.Redis
SnowflakeId AutoRegister StackExchangeRedis: An extension of the SnowflakeId AutoRegister library, enabling automatic WorkerId registration in SnowflakeId systems using SqlServer
This is an implementation of snowflakeId algorithm in C# programming language, this algorithm is developed by X formally (Twitter), the source code is written in C# programming language, and the main benefits of this library is to help anyone wroks with Distrbuted Systems to generate a unique Ids for these Systems or for Primary Keys is the [RDMS] such as SQL Server, Oracle, MySQL; or for any other situation that required unique Ids.
SnowflakeId AutoRegister Db: A base library for SnowflakeId AutoRegister, providing database support for automatic WorkerId registration in SnowflakeId systems
Extends package SnowflakeIDGenerator to help in configuring the snowflakeId generator using dependency injection
Some common functions to make coding easy.
IdGeneratorSnowflake is a C# library that provides a unique ID generation mechanism based on the Snowflake algorithm. It allows you to generate globally unique IDs with the ability to specify Worker ID and Datacenter ID.
The SnowflakeIdGenerator is a unique ID generation system designed to create globally unique, ordered, and highly efficient identifiers across distributed systems. Inspired by Twitter's original Snowflake design, it ensures that multiple nodes in different regions can generate IDs independently without collisions, while maintaining the overall order of creation.
个人使用的雪花ID生成器
SnowflakeId AutoRegister MySql: An extension of the SnowflakeId AutoRegister library, enabling automatic WorkerId registration in SnowflakeId systems using MySql
Package Description