top | item 47200891

(no title)

kjuulh | 1 day ago

Seems like a very balanced take on forking Minio. I don't have high hopes for the future Minio, but as mentioned it is more or less feature complete, good enough for most use-cases.

I was searching for a fairly simple replacement for s3 for testing. I'd been using Minio for a while now, and simply ended up implementing my own on top of Postgres. Fun intersection given the post. (Note, I know it isn't optimal, but as I always have Postgres available it fits well, and I don't have high storage needs, just the api compatibility)

discuss

order

gbcfghhjj|1 day ago

I've been using garage without issue

kjuulh|1 day ago

I considered it a while ago, but I wasn't totally clear on Read-After-Write. Which was the primary reason why I choose to just implement my own for testing.

I'll probably give GarageHQ a more serious look again.

bigfatkitten|1 day ago

For our needs at work (~100TB), buying Pure Storage flash arrays (hardware, software, onsite support) worked out cheaper than MinIO licensing alone.

kjuulh|1 day ago

It is an interesting time we're in right now where buying physical hardware and support is cheaper than a license.

Same goes for AWS markup on rented hardware. ;)

Man I sometimes miss having physical servers.