Is there any OSS implementation that is not AGPL?
Why would that matter? Apps using its api don't need to be AGPL
Garage: An open-source distributed object storage service
11–20 of 81 posts
Re: Garage: An open-source distributed object storage service
#12Is there any OSS implementation that is not AGPL?
Re: Garage: An open-source distributed object storage service
#13Re: Garage: An open-source distributed object storage service
#14Biggest difference so far is that Minio is just files on disk, Garage chunks all files and has a metadata db.
Minios listing operations were horribly slow, still have to see if Garage resolves that.
Re: Garage: An open-source distributed object storage service
#15Is there any OSS implementation that is not AGPL?
Re: Garage: An open-source distributed object storage service
#16It 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.
Ceph has an S3 API gateway, but it's a more wholesome solution better suited for larger setups compared to Minio and Garage.
Re: Garage: An open-source distributed object storage service
#17It 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.