Ross ROSS = Recommend OSS · open-source software intelligence for agents

sjqzhang/go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs). observed · 2026-08-28

github.com/sjqzhang/go-fastdfs · homepage · Go · Unlicense (permissive) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 92
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2796
  • days_rel: 712
  • days_push: 53
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

4135 stars · 767 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

go-fastdfs is a decentralized, HTTP-based distributed file system (private cloud storage) written in Go, similar to FastDFS but with a single peer-to-peer role instead of tracker/storage separation. It supports resumable uploads (tus), chunked upload, small-file merging, automatic sync and repair, instant upload (dedup), and Docker deployment.

Use cases

  • self-host a private cloud file storage cluster
  • replace FastDFS with a simpler maintenance-free file server
  • store and serve images and files over HTTP with curl or browser uploads
  • resumable large file uploads from the web
  • reduce inode usage by merging small files
  • set up a multi-node file store with automatic sync and repair
  • migrate files from an existing file system to a distributed cluster

When to choose

  • you want a FastDFS-like system with far simpler operations (single role, no tracker)
  • you need all cluster nodes to read and write simultaneously with automatic sync and repair
  • you want plain HTTP access with standard tools like curl and wget, no special client
  • you handle many small files and need merging, dedup, and instant upload
  • you want Docker deployment and built-in monitoring with email alerts

When to avoid

  • you need S3-compatible APIs or rich object-storage features like lifecycle policies and versioning
  • you need strong consistency guarantees or erasure coding like Ceph/MinIO provide
  • you require POSIX file system semantics or mounting as a local filesystem
  • you need a large community and frequent updates - development is mostly maintenance releases

Facets

application · maturity stable

object-storage file-system file-upload http-server monitoring alerting self-hosted files self-hosted microservices cloud-computing developer-tools windows self-hosted go distributed-file-system fastdfs private-cloud-storage tus-resumable-upload file-sync peer-to-peer-cluster instant-upload small-file-merge linux macos docker web-server

8 sources

Member repositories

RepositoryRoleHealth v2
sjqzhang/go-fastdfsmain64

For agents

markdown · JSON · MCP: product_card(name="sjqzhang/go-fastdfs")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem