From 5f72b7d82e7b28170818dc4e7026dbf15b58f994 Mon Sep 17 00:00:00 2001 From: Aucru Date: Tue, 4 Aug 2026 14:27:20 +0800 Subject: [PATCH] :memo:docs(Distributed Filesystems): add seaweedfs --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index fdbbf88..d8fdcd7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .DS_Store .vscode +.idea *.py[co] .mypy_cache/ diff --git a/README.md b/README.md index 213f994..eaf3a7d 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,7 @@ DevOps is the combination of cultural philosophies, practices, and tools that in - [LINBIT](https://www.linbit.com/en/) - Create, remove, and replicate block storage devices for datacenter scale environments. - [XtreemFS](http://www.xtreemfs.org/) - Fault-tolerant distributed file system for all storage needs. - [min.io](https://min.io/) - High-performance, distributed object storage system. +- [SeaweedFS](https://seaweedfs.com/) - Another high-performance distributed storage alternative after MinIO went closed-source. ## Applications Platforms