190
submitted 3 days ago by [email protected] to c/[email protected]

Curious about thoughts on Garage as an alternative to Minio. It has been in development since 2020. Here is the project git. Documentation looks nice.

Curious what others think of it as a project that has been around for a few years and seems like a solid, open source contender now that Minio has removed most of their community edition functionality.

top 14 comments
sorted by: hot top new old
[-] [email protected] 29 points 3 days ago

Minio is about to get Redis'd.

[-] [email protected] 12 points 3 days ago

I've always wondered - and figured here is a good a place to ask as anywhere else - what's the advantage of object storage vs just keeping your data on a normal filesystem?

[-] [email protected] 2 points 2 days ago

I'm yet to find a project that actually uses it to good use where a regular filesystem wouldn't be appropriate. The only situation it seems to be intended for is "big data" as in huge huge huge files that would otherwise trip up and choke standard filesystems.

For us regular folk it seems pointless. And I say that as someone who has used it for various things and just not found it worth it.

[-] [email protected] 9 points 3 days ago

@suicidaleggroll @kiol Depends on the application, but portability and data safety are two a prime reasons. It's also much easier to scale with docker swarm or kubernetes for business applications, that way the data isn't tied to a particular host.

[-] [email protected] 5 points 3 days ago

One sentence answer: "Object storage manages data as discrete units called objects with unique identifiers and metadata, while file storage organizes data in a hierarchical structure of files and folders."

fwiw, I see object storage used as a way to manage data regardless of the file system. It is designed to scale, as opposed to the file system, in large cloud environments.

Here is a recap from Google Cloud:

Object storage, also known as object-based storage, is a computer data storage architecture designed to handle large amounts of unstructured data. Unlike other architectures, it designates data as distinct units, bundled with metadata and a unique identifier that can be used to locate and access each data unit.

These units—or objects—can be stored on-premises, but are typically stored in the cloud, making them easily accessible from anywhere. Due to object storage’s scale-out capabilities, there are few limits to its scalability, and it’s less costly to store large data volumes than other options, such as block storage.

Much of today’s data is unstructured: email, media and audio files, web pages, sensor data, and other types of digital content that do not fit easily into traditional databases. As a result, finding efficient and affordable ways to store and manage it has become problematic. Increasingly, object storage has become the preferred method for storing static content, data arches, and backups.

[-] [email protected] 6 points 3 days ago

Object storage is indeed a specialized filesystem in a trenchcoat.

Object storage is typically (but not always) associated with non-hierarchical key-value lookups, as opposed to the directory tree pattern most file systems use. Object storage systems are also typically (but not always) designed with sharding and distribution in mind.

[-] [email protected] 10 points 3 days ago

Been using Garage for non critical stuff for a while, no problems.

[-] [email protected] 5 points 3 days ago

I had the opportunity to check out a bunch of S3 servers for work. For a quick summary, Garage was much faster than Minio in my tests but lacks advanced S3 features like object locking, versions or retention. Be sure to check what you need before switching.

Also, it's CLI only as far as I know, so the same as Minio will be.

[-] [email protected] 3 points 3 days ago

For my simple use case (storing Velero backups), it works perfectly and with a resource footprint ridiculously low (~ 3 MiB memory when idle). In comparison MinIO used 100 times more memory.

[-] [email protected] 6 points 3 days ago

I really like it. I don't use it for much, but it's super easy to have multiple servers in multiple locations and let it take care of replication.

It seemed like it was built more for the self hosting and homelab crowd and not enterprises.

[-] [email protected] 3 points 3 days ago

Love to see the flake.nix at the root of the project

[-] [email protected] 2 points 3 days ago

I haven't heard much good about Minio. I would also be curious about this project.

[-] [email protected] 12 points 3 days ago

Minio has worked well for many years. Haven't had any problems with it until now, but ready to migrate away.

[-] [email protected] 1 points 3 days ago

Well, that's good to hear. Maybe I only see people post when things aren't working, because that's when people are most likely to post. This project mentions geo replication, does Minio replicate as well?

this post was submitted on 26 May 2025
190 points (98.5% liked)

Selfhosted

46672 readers
2561 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS