SeaweedFS

290 posts

SeaweedFS

SeaweedFS

@SeaweedFS

SeaweedFS is a scalable distributed file system optimized for exabyte small files, supports FUSE, S3 API, Hadoop, k8s, replication, Cloud Drive, S3 gateway.

San Francisco เข้าร่วม Mart 2020
392 กำลังติดตาม893 ผู้ติดตาม
SeaweedFS รีทวีตแล้ว
Arkfile
Arkfile@Arkfile_OSP·
Refactor complete. Swapped out MinIO for SeaweedFS. Added an encrypted blob export and local offline decrypt option too via the arkfile-client Go CLI util. github.com/arkfile/Arkfile Much of this would not be possible as a 1 man team w/o @PPQdotAI / @cline / @AnthropicAI Opus 4.6
Arkfile@Arkfile_OSP

Working on migrating fully to @SeaweedFS S3 API for local and self-hosted deployments of #Arkfile. Going to drop MinIO forever! #S3 #ObjectStorage #FOSS

English
1
4
5
569
SeaweedFS
SeaweedFS@SeaweedFS·
@derekdfulton Welcome to create github issues for any performance problems. For optimization, "weed mount" has direct access to storage rather than limited by S3 APIs. Recently it added per-mount POSIX locks and writeback caching.
English
0
0
0
17
Derek Fulton
Derek Fulton@derekdfulton·
Right!? That was my first thought as well. I've been experimenting with rclone and JuiceFS recently. How does Seaweed compare to these for edge cases such as large concurrent write (two users on same bucket/object) or repeated read/writes? rclone is really good as it uses a cache for this kind of situation. I feel like JuiceFS + Seaweed could be a serious combo!
English
1
0
0
84
SeaweedFS
SeaweedFS@SeaweedFS·
Nice! SeaweedFS already does this! Use FUSE mount to access the files in s3 buckets.
Darryl Ruggles@RDarrylR

A really big S3 announcement - #S3 Files!! If you've ever had to copy data out of S3 just so a file-based tool could use it, you know the frustration. S3 Files lets you mount S3 buckets as file systems directly, no data duplication, no sync pipelines, no workarounds. Your data stays in S3 while apps access it natively. This looks really useful and a nice improvement over previous approaches like S3 Mount Point. AI agents, ML pipelines, and traditional file-based applications can all read and write to S3 as a file system without code changes. #aws #S3Files lckhd.eu/yt6Tz5

English
1
0
9
319
SeaweedFS รีทวีตแล้ว
Darryl Ruggles
Darryl Ruggles@RDarrylR·
A really big S3 announcement - #S3 Files!! If you've ever had to copy data out of S3 just so a file-based tool could use it, you know the frustration. S3 Files lets you mount S3 buckets as file systems directly, no data duplication, no sync pipelines, no workarounds. Your data stays in S3 while apps access it natively. This looks really useful and a nice improvement over previous approaches like S3 Mount Point. AI agents, ML pipelines, and traditional file-based applications can all read and write to S3 as a file system without code changes. #aws #S3Files lckhd.eu/yt6Tz5
English
6
36
160
21.5K
RisingWave
RisingWave@RisingWaveLabs·
S3 is cheap… until you start reading from it. Modern data systems (like RisingWave) are S3-native. Great for storage, but frequent reads can add latency and cost. So what’s the fix? A smarter caching strategy. This architecture shows how it works: Memory cache (fast, but limited) Elastic disk cache (NVMe/EBS, bigger, still fast) S3 (cheap, durable, but slower) In RisingWave, the elastic disk cache uses Foyer, a hybrid cache engine that keeps hot data closer to the compute. Foyer, built by Yao Meng (@CroxxMr), is also used in: Chroma (vector DB for LLMs) SlateDB (embedded object storage engine) Why it matters: Fewer S3 reads → lower costs Lower latency → faster queries Better scaling → less pressure on object storage In production, this approach has shown: ~10× fewer S3 operations ~90% cost reduction Much more predictable performance The takeaway: Don’t just store data in S3, cache it intelligently.
RisingWave tweet media
English
2
1
14
922
SeaweedFS
SeaweedFS@SeaweedFS·
@Sirupsen Cloud object stores all hosted mixed data together to increase storage efficiency. Latency is not a priority. Why not use your own object store?
English
0
0
0
107
Simon Eskildsen
Simon Eskildsen@Sirupsen·
Between S3, GCS and Azure, there is no undisputed winner on small object GET latency. It depends heavily on the size of object and percentile (128 threads sampling 512 objects, no overlap)
Simon Eskildsen tweet media
English
12
6
199
22.5K
SeaweedFS รีทวีตแล้ว
Siam Reza
Siam Reza@MrLabbrow·
That left Garage and SeaweedFS. After trying to set up both on my low-end Oracle VPS, SeaweedFS won me over! It’s incredibly lightweight, simple to get started with, and fits perfectly on my small AMD server. (5/6) #SelfHosted #Developer
English
1
1
7
252
かぴばら
かぴばら@kapibara19·
seaweedfsで遊んだ
日本語
1
0
0
53
SeaweedFS
SeaweedFS@SeaweedFS·
@changhiskhan Which object store this is using? Want to compare it with SeaweedFS?
English
0
0
0
61
changhiskhan
changhiskhan@changhiskhan·
Object store is sooooo slow for search
changhiskhan tweet media
English
1
1
10
735
SeaweedFS
SeaweedFS@SeaweedFS·
@DoDontoF_Srv "can barely do anything" what are you trying to do and can not do?
English
0
0
0
51
とあるTRPG鯖管理人
とあるTRPG鯖管理人@DoDontoF_Srv·
minioからの脱出を試みているけど、 seaweedfs: 管理UIがAlpha版でほぼ何もできない。コマンド複雑すぎ。 rustfs: ライフサイクルポリシーとバケットのセキュリティポリシーが未実装。パスワードが平文保存。 と、どちらも置き換えるにはびみょい。
日本語
1
0
2
331
SeaweedFS
SeaweedFS@SeaweedFS·
@lcheylus "There are structural limitations to resilience, notably the inability to write during volume backups, which is a deal-breaker for critical 24/7 operations." Not true! Writes would be assigned to a different volume. This is a unique feature to achieve HA when servers are down.
English
0
0
0
27
Laurent Cheylus
Laurent Cheylus@lcheylus·
Suite au passage en maintenance mode du projet MinIO, comparaison des solutions alternatives pour le stockage S3 : SeaweedFS, RustFS, Garage, CubeFS et Ceph - Avantages, inconvénients et gouvernance de chaque projet #S3 #OSS blog.cockpitio.com/cloud/minio-ma…
Français
1
3
1
212
Nicolas Koehl
Nicolas Koehl@NicolasKoehl·
@peaklabs_dev They really had a great UI. Seaweedfs is a good fallback but hard to setup
English
2
0
1
240
🏔️ Peak
🏔️ Peak@peaklabs_dev·
And the circle is complete. MinIO is now archived. 1️⃣ MinIO deprecated the UI. 2️⃣ They stopped providing images and pre-built binaries, going source code only. 3️⃣ The documentation “disappeared”, available only to enterprise users. 4️⃣ MinIO started to only receive security updates and bug fixes - no new features. 5️⃣ MinIO gets archived and the CE version is no longer maintained.
🏔️ Peak tweet media
English
30
66
669
152.2K
Hamel Husain
Hamel Husain@HamelHusain·
AI coding: I feel like I’m a glorified UX tester lately 🤣
English
8
2
70
6.3K
Phil Eaton
Phil Eaton@eatonphil·
If you've run seaweedfs, versity, juicefs, beegfs, or rustfs—permissively-licensed s3-compatible storage systems— and are open to chatting about your experience, I'd like to chat with you for The Consensus.
English
6
4
61
7.7K
SeaweedFS
SeaweedFS@SeaweedFS·
@valyala @valyala Nice talk! I am thinking to push down the queries to the storage layer. It seems SeaweedFS can store the data of each column and return query results directly. Let me know if you are interested.
English
1
0
1
253