# oss **Repository Path**: areo/oss ## Basic Information - **Project Name**: oss - **Description**: 超轻量级Golang文件服务器 - **Primary Language**: Go - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2023-10-09 - **Last Updated**: 2023-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## oss #### 介绍 超轻量级Golang文件服务器 #### 软件说明 打包完仅2m的超级轻量级文件服务器,无任何依赖。可用作学习Go语言的入门级项目 #### 特点 1. 超轻量级,打包压缩后仅2m 2. 无依赖,不需要安装MySQL,Redis等服务 3. 高性能,完整的压测流程 4. 测试类丰富 #### 支持 1. 文件上传,返回6位文件索引 2. 文件备份,指定备份服务器。上传同时会备份一份文件到备份服务器 3. 文件下载,支持队列和流量限制 4. 文件迁移,依赖leveldb数据库,迁移后重构文件索引即可重新提供服务