TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Garage: An open-source distributed object storage service

346 pointsby alex_hirnerover 2 years ago

13 comments

seizedover 2 years ago
Just finished installing it on my OpenIndiana NAS to replace Minio.<p>Biggest difference so far is that Minio is just files on disk, Garage chunks all files and has a metadata db.<p>Minios listing operations were horribly slow, still have to see if Garage resolves that.
评论 #33855448 未加载
评论 #33855300 未加载
评论 #33856991 未加载
ddorian43over 2 years ago
A very good alternative is seaweedfs <a href="https:&#x2F;&#x2F;github.com&#x2F;chrislusf&#x2F;seaweedfs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;chrislusf&#x2F;seaweedfs&#x2F;</a> based on facebook haystack paper (efficient small files) &amp; more.
评论 #33855897 未加载
ollybeeover 2 years ago
It looks similar to minio, which as also an AGPL single binary that implements the S3 API. However Minio is written in Go and Garage is in Rust. I&#x27;d love to see a detailed comparison.
评论 #33854130 未加载
评论 #33854597 未加载
评论 #33857950 未加载
g9yuayonover 2 years ago
Do we know the largest size of data that these object stores have handled? People seem have been moving away from HDFS, yet companies could host exabytes of data on HDFS and serve TBs of scans per second with a single team of fewer than 15 people. I was wondering how production-ready the other OSS alternatives are for such scale of data.
gengstrandover 2 years ago
I remember working at a company that got started before cloud took off. They used mogile fs which I recently found at <a href="https:&#x2F;&#x2F;mogilefs.github.io&#x2F;mogilefs-docs&#x2F;HighLevelOverview.html" rel="nofollow">https:&#x2F;&#x2F;mogilefs.github.io&#x2F;mogilefs-docs&#x2F;HighLevelOverview.h...</a> but I never hear about anyone else using it. It wasn&#x27;t as stable as S3 but it was okay, I guess. Does anyone else here remember that distributed open source file system?
评论 #33858427 未加载
评论 #33876161 未加载
评论 #33861830 未加载
CommanderDataover 2 years ago
Really clean docs page, nice design!
acidburnNSAover 2 years ago
So is this supposed to be a simpler, less &quot;omg you need a full time staff of 10 to manage&quot; version of Ceph?<p><a href="https:&#x2F;&#x2F;docs.ceph.com&#x2F;en&#x2F;quincy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;docs.ceph.com&#x2F;en&#x2F;quincy&#x2F;</a>
评论 #33866313 未加载
dangover 2 years ago
Related:<p><i>Garage, our self-hosted distributed object storage solution</i> - <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30256753" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=30256753</a> - Feb 2022 (130 comments)
throwawayk8sover 2 years ago
Is there any OSS implementation that is not AGPL?
评论 #33854566 未加载
评论 #33855467 未加载
评论 #33854367 未加载
评论 #33854234 未加载
评论 #33858554 未加载
barefegover 2 years ago
Kind of topic. But I’m wondering if it’s possible to get comparable pricing when self-hosting a solution similar to this in the cloud vs say AWS S3.
评论 #33855982 未加载
bayesian_horseover 2 years ago
Comparison to Minio?
didipover 2 years ago
For this use-case, I like JuiceFS better.<p>* <a href="https:&#x2F;&#x2F;juicefs.com&#x2F;en&#x2F;" rel="nofollow">https:&#x2F;&#x2F;juicefs.com&#x2F;en&#x2F;</a><p>* <a href="https:&#x2F;&#x2F;github.com&#x2F;juicedata&#x2F;juicefs" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;juicedata&#x2F;juicefs</a><p>I am not affiliated with them, just a regular user.
评论 #33857139 未加载
评论 #33857990 未加载
rodolphoarrudaover 2 years ago
How does this compare to Wasabi for hot backups?
评论 #33856510 未加载