| bwmarrin/snowflake |
2,620 |
|
74 |
570 |
over 2 years ago |
5 |
August 25, 2021 |
13 |
bsd-2-clause |
Go |
| A simple to use Go (golang) package to generate or parse Twitter snowflake IDs |
| zheng-ji/goSnowFlake |
323 |
|
0 |
0 |
over 7 years ago |
0 |
|
2 |
mit |
Go |
| 一个实现 Twitter SnowFlake 算法 的 Go 分布式 UID 生成器.A threadsafe unique ID generator inspired by Twitter SnowFlake theory |
| beyondfengyu/DistributedID |
259 |
|
0 |
0 |
over 8 years ago |
0 |
|
1 |
apache-2.0 |
Java |
| 基于twitter的雪花算法(SnowFlake)来产生分布式ID,支持SDK、HTTP方式接入 |
| tangledbytes/nodejs-snowflake |
150 |
|
11 |
24 |
over 2 years ago |
26 |
March 24, 2022 |
0 |
apache-2.0 |
Rust |
| Generate time sortable 64 bits unique ids for distributed systems (inspired from twitter snowflake) |
| adyliu/idcenter |
146 |
|
0 |
0 |
almost 10 years ago |
5 |
June 28, 2016 |
2 |
|
Java |
| idcenter(algorithm from twitter snowflake) |
| bahlo/sonyflake-rs |
131 |
|
1 |
3 |
almost 3 years ago |
6 |
July 20, 2025 |
2 |
apache-2.0 |
Rust |
| 🃏 A distributed unique ID generator inspired by Twitter's Snowflake. |
| seancribbs/riak_id |
104 |
|
0 |
0 |
almost 11 years ago |
0 |
|
3 |
apache-2.0 |
Erlang |
| A clone of Twitter's Snowflake, built on riak_core |
| mumrah/flake-java |
102 |
|
0 |
0 |
over 12 years ago |
0 |
|
0 |
|
Java |
| Id generator based on Twitter's Snowflake |
| kra8/laravel-snowflake |
101 |
|
0 |
1 |
almost 3 years ago |
18 |
February 20, 2023 |
0 |
mit |
PHP |
| This Laravel package to generate 64 bit identifier like the snowflake within Twitter. |
| downgoon/snowflake |
100 |
|
0 |
0 |
over 7 years ago |
0 |
|
1 |
|
Java |
| java edition of [Twitter Snowflake](https://github.com/twitter/snowflake), a network service for generating unique ID numbers at high scale with some simple guarantees. |