https://github.com/pangum/id
编号算法生成器集成,通过配置文件来配置生成算法,包括:1、雪花算法;2、自增算法
https://github.com/pangum/id
autoincrement framwork id library pangu snowflake
Last synced: 8 months ago
JSON representation
编号算法生成器集成,通过配置文件来配置生成算法,包括:1、雪花算法;2、自增算法
- Host: GitHub
- URL: https://github.com/pangum/id
- Owner: pangum
- License: apache-2.0
- Created: 2022-12-07T05:51:26.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T01:51:13.000Z (almost 2 years ago)
- Last Synced: 2025-03-04T12:43:43.436Z (over 1 year ago)
- Topics: autoincrement, framwork, id, library, pangu, snowflake
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# id
[](https://github.ruijc.com:20443/pangum/id)
[](https://goreportcard.com/report/github.com/pangum/id)







编号(`Id`)生成器算法,包括
- `雪花`算法
- `自增`算法
- 接口式设计,方便增加自己的算法实现,如
- 基于`数据库`自增方案
- 基于`Redis`自增方案
## 项目实践
- [基础项目实战代码](https://github.com/pangum/example)
- 数据库操作
- 数据库迁移
- RESTFul接口
- 配置加载
- MQTT操作
## 交流

## 捐助


## 感谢Jetbrains
本项目通过`Jetbrains开源许可IDE`编写源代码,特此感谢
[](https://www.jetbrains.com/?from=pangum/id)