Live data from Hacker News

Ask HN: Is there any good open-source alternative to MinIO?

news.ycombinator.com

1–10 of 16 posts

Re: Ask HN: Is there any good open-source alternative to MinIO?

#5
Have you considered the Open-source version or MinIO? I know the AGPL-v3 is scary to many people but having to release the source code and your very unlikely patches under AGPLv3 doesn’t sound that bad.

Otherwise I played with garage and it was fine but it had no GUI and no configuration file to configure it when I tried it (you need to use the CLI). I would probably favour Ceph in production. Garage is a bit young.

Re: Ask HN: Is there any good open-source alternative to MinIO?

#7
MinIO is open-source, and like everything else that's open-source, you don't have to pay to use it commercially. Are you confused by what they call a "commercial license"? It's not necessary for commercial purposes; it's just their name for what the FSF calls "selling exceptions". As long as you comply with the AGPL, you don't need to buy it.

Re: Ask HN: Is there any good open-source alternative to MinIO?

#8
post #6
post #2

SeaweedFS and Garage.

I would also be interested in your experience. Besides, they both don't have a UI, don't they?

We use seaweed in production, inserting 1-4 million small images per day.

It comes with a web based UI.

We migrate from minio to seaweed around 2020/2021. At that time our minio server have problem handling hundreds of thousands small files.

Btw if you only need to store and serve a few TB, Backblaze B2 is way cheaper and easier.

Post reply on HN