优秀软件收集目录
k8s
traefik
消息队列
简单的可以使用redis
可靠的可以使用
rabbitmq
kafka
私有存储
mimo
Cloudreve: go实现的网盘
部署/发布
gitlab
jenkins
docker
分布式
分布式redis
codis: https://github.com/CodisLabs/codis/blob/release3.2/doc/FAQ_zh.md
分布式数据库
tidb: https://github.com/pingcap/tidb
分布式id生成
snowflake: snowflake的go实现 用于分布式id生成器 https://github.com/bwmarrin/snowflake
压测
ab
wrk: 类似ab压测,可测试api web的性能: https://github.com/wg/wrk
sysbench: 数据库,磁盘,内存压测
redis-benchmark: redis的压测工具
工具
uuid 生成 https://github.com/satori/go.uuid
excel 操作 https://gitee.com/xurime/excelize
可视化展示docker image: https://github.com/wagoodman/dive
spiped: ssl代理,可以用在redis之间安全的传递数据