一个基于 Go 语言实现的分布式云存储服务,慕课网实战仿百度网盘项目。
☆259Feb 12, 2020Updated 6 years ago
Alternatives and similar repositories for file-storage-system
Users that are interested in file-storage-system are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Go实战仿百度云盘 实现企业级分布式云存储系统 练习源码☆80Feb 21, 2020Updated 6 years ago
- 基于golang实现的一种分布式云存储服务☆110Sep 3, 2019Updated 6 years ago
- 使用Go语言开发的云存储网盘项目☆600Mar 27, 2023Updated 3 years ago
- Go语言实现的分布式云存储系统,仿云盘功能☆35Aug 13, 2023Updated 2 years ago
- Golang实现仿百度网盘功能,断点上传,分片上传,秒传,账号权限管控等功能,支持阿里云OSS,AWS S3,CEPH等分布式存储☆16Apr 26, 2020Updated 6 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 基于 Golang 模拟百度网盘云存储,涉及有Golang、Redis、Ceph、阿里OSS、docker及Kubernets等技术栈。☆27Feb 24, 2022Updated 4 years ago
- 采用golang从0开 始打造百度网盘服务端,包含文件上传下载,不同用户文件隔离,文件的秒传,断点续传,分块上传,离线下载,分布式云存储。☆17Jul 3, 2020Updated 5 years ago
- 仿百度网盘,个人云盘。 file cloud☆233Jun 10, 2022Updated 3 years ago
- 基于go-zero实现的网盘系统☆163Nov 4, 2022Updated 3 years ago
- Go仿写百度云盘,企业级分布式云存储系统☆25Aug 1, 2021Updated 4 years ago
- 使用go-zero搭建的微服务网盘项目☆53Mar 5, 2024Updated 2 years ago
- NCOV 2020疫情防控-人员健康管理平台开源项目的小程序后端--Golang版本☆29Apr 3, 2020Updated 6 years ago
- 教你快速开发一个企业级的Go后端服务(教程 + 代码;Go入门项目)☆16Jan 31, 2022Updated 4 years ago
- A Golang implemented Redis Server and Cluster. Go 语言实现的 Redis 服务器和分布式集群☆3,833Sep 14, 2025Updated 7 months ago
- Bare Metal GPUs on DigitalOcean Gradient AI • AdPurpose-built for serious AI teams training foundational models, running large-scale inference, and pushing the boundaries of what's possible.
- 分布式延迟调度中间件,自实现Raft分布式一致性算法+LevelDB实现分布式数据存储,使用时间轮算法调度任务执行,支持取消未开始调度的任务。☆20Nov 26, 2022Updated 3 years ago
- golang面试题集合https://interview.disign.me/☆5,547Dec 2, 2025Updated 5 months ago
- 学习笔记☆32Jul 27, 2024Updated last year
- 简易分布式云存储服务☆25May 5, 2020Updated 6 years ago
- go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private …☆4,136Jan 2, 2025Updated last year
- go-kit微服务套件的使用,涉及的内容有gin、grpc、服务发现、负载均衡、限流器、熔断器、错误处理、日志、监控、分布式追踪、jwt☆26Mar 17, 2020Updated 6 years ago
- 慕课-- GO实战电商网站高并发秒杀系统 学习代码☆22Feb 25, 2023Updated 3 years ago
- Lightweight, fast and reliable key/value storage engine based on Bitcask.☆4,883Feb 10, 2026Updated 2 months ago
- 对象存储分布式代理(object storage distrbuted proxy),支持Docker一键部署☆293Sep 27, 2024Updated last year
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 字节跳动青训营——抖音项目☆322Feb 22, 2025Updated last year
- Vue+Go 开发企业级微服务网关项目 慕课网实战代码☆22Dec 30, 2022Updated 3 years ago
- golang基于websocket单台机器支持百万连接分布式聊天(IM)系统☆3,094Mar 23, 2026Updated last month
- 微服务实战-类智行12306购票软件后端,分布式,支持终端多任务线上线下预定抢票(包括鉴权服务,配置中心(grpc),服务发现(consol),用户service,用户api,抢票任 务service,查询余票service,订票service等)☆27Jun 26, 2020Updated 5 years ago
- A minimal version of TikTok based on Hertz and Kitex.☆20Jun 1, 2023Updated 2 years ago
- 网络游戏服务器通信框架☆13Apr 29, 2020Updated 6 years ago
- 以go-micro为主的技术栈,以电商项目为载体,基于Go结合Docker构建容器化,从搭建到部署,可监控的完整微服务系统完整落地Go微服务电商项目☆26Aug 22, 2022Updated 3 years ago
- 手把手教你整合最简洁的Golang开发框架:gin + grom + jwt 开发Golang API快速开发脚手架☆19Jun 27, 2020Updated 5 years ago
- Go 实战百度云盘☆61Mar 28, 2019Updated 7 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 微服务网关后端 1-8章 功能点演示代码☆394Dec 3, 2020Updated 5 years ago
- 基于raft的分布式kv数据库☆16Aug 8, 2024Updated last year
- 🔥 《Go 程序员宝典》:go 基础语法,go 并发模式,go runtime 实现原理 ,企业级 go 语言项目经验。☆2,289Mar 17, 2025Updated last year
- Go语言实例教程从入门到进阶,包括基础库使用、设计模式、面试易错点、工具类、对接第三方等☆2,714Jun 7, 2025Updated 10 months ago
- A debug tool for wechat public account☆15Aug 29, 2016Updated 9 years ago
- 字节青训营《基于go-zero的微服务简化版抖音项目》☆19Sep 21, 2023Updated 2 years ago
- 知识图谱项目后端☆29Feb 3, 2021Updated 5 years ago