Live data from Hacker News

Show HN: Minimalist Object Storage Project

github.com

1–10 of 30 posts

Re: Show HN: Minimalist Object Storage Project

#3
While the concept is interesting, it hasn't built the only real detail that matters from an Object Store perspective:

Cheap, Multi-Datacenter, Performant, Highly Available storage.

"YAS3I" / Yet-Another-S3-Implementation isn't really compelling even if it is open source.

I can pull that out of https://wiki.openstack.org/wiki/Swift/APIFeatureComparison#A...

if I really need that.

Re: Show HN: Minimalist Object Storage Project

#7
post #5
post #4

Why not just use Swift? http://docs.openstack.org/developer/swift/ It can be run as a stand alone app so it's generally pretty simple and can include support from https://swiftstack.com/ .

How do you run it?

https://access.redhat.com/documentation/en-US/Red_Hat_Enterp...

Re: Show HN: Minimalist Object Storage Project

#8
post #4

Why not just use Swift? http://docs.openstack.org/developer/swift/ It can be run as a stand alone app so it's generally pretty simple and can include support from https://swiftstack.com/ .

First time I'm seeing Swift.

Are there use cases where Swift is a better fit than Cassandra?

Re: Show HN: Minimalist Object Storage Project

#9

While the concept is interesting, it hasn't built the only real detail that matters from an Object Store perspective: Cheap, Multi-Datacenter, Performant, Highly Available storage. "YAS3I" / Yet-Another-S3-Implementation isn't really compelling even if it is open source. I can pull that out of https://wiki.openstack.org/wiki/Swift/APIFeatureComparison#A... if I really need that.

We are in an early stage, we will have a distributed version by end of this year.

It isn't about "YAS3I". It isn't compatible just for the compatibility sake.

Minio implementation is opinionated: "There is only one way to do it". Given a choice between Amazon S3 and OpenStack SwiftAPI compatibility, we picked Amazon S3. As SwiftAPI gains adoption, we may switch over to SwiftAPI, but will have to drop S3 then. Let the community decide.

Re: Show HN: Minimalist Object Storage Project

#10
post #9

While the concept is interesting, it hasn't built the only real detail that matters from an Object Store perspective: Cheap, Multi-Datacenter, Performant, Highly Available storage. "YAS3I" / Yet-Another-S3-Implementation isn't really compelling even if it is open source. I can pull that out of https://wiki.openstack.org/wiki/Swift/APIFeatureComparison#A... if I really need that.

We are in an early stage, we will have a distributed version by end of this year. It isn't about "YAS3I". It isn't compatible just for the compatibility sake. Minio implementation is opinionated: "There is only one way to do it". Given a choice between Amazon S3 and OpenStack SwiftAPI compatibility, we picked Amazon S3. As SwiftAPI gains adoption, we may switch over to SwiftAPI, but will have to drop S3 then. Let the…

Tiny piece of advice, declaring a possible total revamp of the API as soon as you launch might not be the best way to attract early users.
Post reply on HN