An open API service indexing awesome lists of open source software.

https://github.com/qbhy/golang-demo-id


https://github.com/qbhy/golang-demo-id

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# 分布式ID
> 本项目仅供学习交流,请勿在生产环境中使用

## 功能
* 分布式自增ID
* 分布式锁(还须完善锁过期时间功能)
* 其他计数场景,如点赞数、浏览数等...

## 特性
* 支持数据持久化到文件,启动的时候自动从文件恢复
* 主从复制(暂未实现)
* 支持集群(暂未实现)

[email protected]