linux默认存储路径/data/tmp/
启动服务
# windows 启动 consul
consul agent -dev
# 启动 gateway 服务
go run service/apigw/main.go --registry=consul
# 启动 account 服务
go run service/account/main.go --registry=consul
# 启动 upload 服务
go run service/upload/main.go --registry=consul
# 启动 download 服务
go run service/download/main.go --registry=consul
# 启动 transfer 服务
go run service/transfer/main.go --registry=consul
- 单机文件存储
- MySQL 主从复制
- Redis 主从复制 + shell 脚本故障转移
- 秒传功能
- 分块上传
-
断点续传 - Ceph 私有云存储
- Kodo 公有云存储 (七牛云对象存储)
- Rabbitmq 异步复制
- 微服务改造
- 运维自动化
操作系统 Win 10
IDE VSCode
Go go version go1.12.5 windows/amd64