Live data from Hacker News

Garage: An open-source distributed object storage service

garagehq.deuxfleurs.fr

1–10 of 81 posts

Re: Garage: An open-source distributed object storage service

#4
post #3

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'd love to see a detailed comparison.

Garage design goals and non-goals: https://garagehq.deuxfleurs.fr/documentation/design/goals/

Seaweed design goals / features: https://github.com/seaweedfs/seaweedfs

MinIO: https://min.io/docs/minio/linux/operations/concepts.html

Note Garage list of non goals specify priority features of Seaweed or MinIO, for example erasure coding.

Re: Garage: An open-source distributed object storage service

#8
post #4
post #3

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'd love to see a detailed comparison.

Garage design goals and non-goals: https://garagehq.deuxfleurs.fr/documentation/design/goals/ Seaweed design goals / features: https://github.com/seaweedfs/seaweedfs MinIO: https://min.io/docs/minio/linux/operations/concepts.html Note Garage list of non goals specify priority features of Seaweed or MinIO, for example erasure coding.

Does it have API parity with S3 ? On top of normal get/put S3 offers a retention policies and abilities to apply say a given header to a file or whole bucket
Post reply on HN