SeaweedFS
Fast distributed storage system for billions of small files and large object blobs.
Why consider SeaweedFS?
SeaweedFS is a fast, highly scalable distributed storage system written in Go. It handles billions of small files with O(1) disk lookup times, full AWS S3 API compliance, and FUSE mounting.
Learn SeaweedFS by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of SeaweedFS
SeaweedFS implements Facebook's Haystack architecture for high-throughput blob storage and adds S3 APIs, POSIX mount support, and cloud tiering (offloading cold data to S3/GCS).
Running SeaweedFS Server
docker run -d \ --name seaweedfs \ -p 9333:9333 -p 8080:8080 -p 8333:8333 \ chrislusf/seaweedfs:latest server -s3Access the S3 endpoint at http://localhost:8333.
SeaweedFS is licensed under the Apache License Version 2.0.
Related tools
More options with a similar category or technology profile.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
bpytop
Python port of bashtop with game-like UI, responsive mouse support, and hardware sensors.
bashtop
Linux resource monitor showing usage and stats for processor, memory, disks, network, and processes.
SchemaHero
Kubernetes-native declarative database schema management and table migration operator.