Scalability
SeaweedFS is designed to handle a large number of small files, making it highly scalable for extensive data storage needs.
High Availability
The system provides high availability through replication of data across different nodes, ensuring redundancy and reliability.
Performance
Optimized for fast performance with its O(1) disk read result, SeaweedFS can efficiently handle numerous file operations.
Cost-Effectiveness
SeaweedFS uses a distributed architecture that utilizes resources efficiently, potentially reducing costs compared to traditional file systems.
Simplicity
The architecture and design of SeaweedFS are simplistic, which makes deployment and management easier to handle for users.
Promote Seaweed FS. You can add any of these badges on your website.
> Just have them upload blobs to S3 or Azure Storage. Not everyone can store their data in cloud services, most likely. That said, S3 compatible solutions like MinIO might be a good choice: https://github.com/minio/minio. - Source: Hacker News / 5 months ago
> When it gets too out of hand, people will paper it over with a new, simpler abstraction layer, and the process starts again, only with a layer of garbage spaghetti underneath. I'm pretty happy that there are S3 compatible stores that you can host yourself, that aren't insanely complex. MinIO: https://min.io/ SeaweedFS: https://github.com/seaweedfs/seaweedfs Of course, many will prefer hosted/managed solutions... - Source: Hacker News / 7 months ago
What distributed file system would you use for a greenfield homelab project today? Requirements / desires: * Reliable * Performant * Easy to setup and operate Some options: SeaweedFS - https://github.com/seaweedfs/seaweedfs 289 hits: https://hn.algolia.com/?dateRange=all&page=0&prefix=true&query=seaweedfs&sort=byPopularity&type=all JuiceFS - https://github.com/juicedata/juicefs 2047 hits:... - Source: Hacker News / 7 months ago
> Theoretically they could swap with minio but last time we used it it was not a drop-in replacement yet. Depends on whether AGPL v3 works for you or not (or whether you decide to pay them), I guess: https://min.io/pricing I've actually been looking for more open alternatives, but haven't found much. Zenko CloudServer seemed to be somewhat promising, but doesn't seem to be managed very actively:... - Source: Hacker News / about 1 year ago
Wireguard + GUI: https://github.com/wg-easy/wg-easy Backups of mail accounts: https://www.offlineimap.org Cloud storage for phones: http://nextcloud.com Mirroring podcasts locally: https://github.com/akhilrex/podgrab My own matrix instance: https://matrix-org.github.io/dendrite/ Backups: https://restic.net Media Management: https://jellyfin.org Relay only tor help: https://www.torproject.org S3 compatible storage:... - Source: Hacker News / about 1 year ago
JuiceFS is mostly POSIX compatible, but there are important caveats to that like no ACL, copying files changes their mtime (which impacts backup tools), has "close-to-open" consistency (which makes it dangerous for log appenders). Choosing an appropriate solution in this space still depends on what you need to do with the storage, and some options are MooseFS https://github.com/moosefs/moosefs, Curve... - Source: Hacker News / over 1 year ago
Supabase-Storage uses an S3 compatible API and is ultimately just middleware for it. So, the redundancy would be at the storage backend systems. Seems like the majority of s3 compatible selfhosted systems are built for redundancy/high-availability. With only a brief read of docs, and in no particular order: Https://garagehq.deuxfleurs.fr/documentation/quick-start/ Https://github.com/seaweedfs/seaweedfs CEPH... Source: over 1 year ago
Adopted SeaweedFS few months back. Never looked back since then. It's fast even on HDD disks. https://github.com/seaweedfs/seaweedfs#introduction. - Source: Hacker News / almost 2 years ago
Suprised to see that nobody has mentioned SeaweedFS so far. Source: almost 2 years ago
Did you pull that URL out of some blog post or something? The accurate URL is https://github.com/seaweedfs/seaweedfs. - Source: Hacker News / about 2 years ago
Garage design goals and non-goals: https://garagehq.deuxfleurs.fr/documentation/design/goals/ Seaweed design goals / features: https://github.com/seaweedfs/seaweedfs MinIO: https://min.io/docs/minio/linux/operations/concepts.html Note Garage lists as non goals specify priority features of Seaweed or MinIO, for example erasure coding. - Source: Hacker News / about 2 years ago
You could maybe get seaweedfs to do something like this. (and run it in k8s). Source: about 2 years ago
I've been using https://github.com/seaweedfs/seaweedfs. There are many pieces in that architecture but the single binary with arguments `server -dir=/data -s3 -idleTimeout=30` will do the trick to serve S3. Source: about 2 years ago
SeaweedFS has a WebDav server functionality, Rclone can also serve it. Source: about 2 years ago
Https://github.com/seaweedfs/seaweedfs Need some advice on how to make SeaweedFS more scalable. - Source: Hacker News / over 2 years ago
FYI: Planning to move from github.com/chrislusf/seaweedfs to github.com/seaweedfs/seaweedfs in the coming days. It may cause some problem for package reference, building, documents, and links. Sorry for the change! Source: over 2 years ago
If you are looking at MinIO you might find SeaweedFS interesting as well. Source: over 2 years ago
You can check SeaweedFS https://github.com/chrislusf/seaweedfs. Source: over 2 years ago
I believe what you want is a horizontally scalable object store with tiered storage. SeaweedFS is free / open source https://github.com/chrislusf/seaweedfs. Source: over 2 years ago
I don't know if it fits all of your requests, but you can take a look at seaweedfs, which is pretty good. Source: almost 3 years ago
Seaweedfs deserves a mention here for comparison as well. Source: almost 3 years ago
Do you know an article comparing Seaweed FS to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Seaweed FS. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.