Merge pull request #36 from harshavardhana/pr_out_add_minio_overview

Add minio overview
This commit is contained in:
Harshavardhana 2014-11-22 21:26:38 -08:00
commit 5225a6b7f0
2 changed files with 17 additions and 0 deletions

BIN
Minio-Overview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -1,3 +1,20 @@
Introduction
============
Minio is an open source object storage released under Apache license v2.
It uses ``Rubberband Erasure`` coding to dynamically protect the data.
Minio's was inspired by Amazon S3 API and Haystack Object Format
Overview
============
<center>
<picture>
<source src=https://github.com/Minio-io/minio/raw/master/Minio-Overview.webp type=image/webp >
<source src=https://github.com/Minio-io/minio/raw/master/Minio-Overview.png type=image/png >
<img src="https://github.com/Minio-io/minio/raw/master/Minio-Overview.png" alt="Minio Overview Diagram">
</picture>
</center>
Dependencies
============
* go1.3.3