I don't understand what is this about.
Show HN: Minimalist Object Storage Project
11–20 of 30 posts
Re: Show HN: Minimalist Object Storage Project
#12I.e., Instead of providing (key: value), it provides (key: (metadata, value))?
Re: Show HN: Minimalist Object Storage Project
#13Why 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/ .
Re: Show HN: Minimalist Object Storage Project
#14Earlier quoted context omitted.
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.
Re: Show HN: Minimalist Object Storage Project
#15I don't understand what is this about.
Why the downvotes? I am genuinely curious also, but there is next to nothing in terms of details (uses cases and such) on their site!
We have stand alone server now which includes currently three modes of operation
-- memory
-- filesystem
-- donut(experimental)
A small video to help you download and start a memory mode - https://asciinema.org/a/21575
Client tools and libraries are ready to be used by community to give us feedback on.
- https://github.com/minio/mc - Minio client collection of tools like `ls`, `cp`, `sync`, `cat`
- https://github.com/minio/minio-go - Golang
- https://github.com/minio/minio-js - Nodejs
- https://github.com/minio/minio-java - Java
Re: Show HN: Minimalist Object Storage Project
#16Why 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
#17I'm new to the concept of object storage. Is the thing which distinguishes object storage from key-value storage the ability to also store metadata? I.e., Instead of providing (key: value), it provides (key: (metadata, value))?
You can contrast this to other key value stores such as memcache which is designed to cache data in memory or Cassandra which is designed for storing large quantities of small, structured data.
Re: Show HN: Minimalist Object Storage Project
#18Earlier quoted context omitted.
First time I'm seeing Swift. Are there use cases where Swift is a better fit than Cassandra?
Swift is part of the larger family of OpenStack. Swift should provide (haven't verified this myself) better integration with all of the other OpenStack components (Keystone, Cinder, Neutron, etc.).
Here are good overviews:
* http://docs.openstack.org/developer/swift/
* https://swiftstack.com/blog/2012/09/16/globally-distributed-...
And how Rackspace runs it at scale;
* https://www.openstack.org/summit/openstack-summit-hong-kong-...
Re: Show HN: Minimalist Object Storage Project
#19Re: Show HN: Minimalist Object Storage Project
#20Earlier quoted context omitted.
Why the downvotes? I am genuinely curious also, but there is next to nothing in terms of details (uses cases and such) on their site!
We don't have any yet, we are just few months old project. We will will have a distributed server by end of this year. We have stand alone server now which includes currently three modes of operation -- memory -- filesystem -- donut(experimental) A small video to help you download and start a memory mode - https://asciinema.org/a/21575 Client tools and libraries are ready to be used by community to give us feedback o…