minio/README.md

21 lines
977 B
Markdown
Raw Normal View History

2014-11-30 22:55:10 +01:00
## Introduction
2014-11-23 06:25:07 +01:00
2014-11-30 22:55:10 +01:00
Minio is an open source object storage released under [Apache license v2](./LICENSE) . It uses ``Rubberband Erasure`` coding to dynamically protect the data.
2014-12-15 00:03:32 +01:00
Minio's design is inspired by Amazon's S3 for its API and Facebook's Haystack for its immutable data structure.
2014-11-23 06:25:07 +01:00
2014-12-30 01:35:56 +01:00
### Download
2014-12-20 18:09:35 +01:00
2014-12-30 11:44:08 +01:00
-- No releases yet --
2014-12-20 18:09:35 +01:00
2014-12-13 08:49:26 +01:00
### Join Community
2014-12-30 01:35:56 +01:00
* [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Minio-io/minio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2014-12-30 13:27:45 +01:00
* [![Quora](http://upload.wikimedia.org/wikipedia/commons/thumb/5/57/Quora_logo.svg/55px-Quora_logo.svg.png)](http://www.quora.com/Minio)
2014-12-30 13:33:47 +01:00
* [Google Groups](https://groups.google.com/forum/#!forum/minio-dev)
2014-12-30 01:35:56 +01:00
2014-12-31 02:34:37 +01:00
### Developers
2014-12-30 01:35:56 +01:00
* [Get Source](./DEVELOPER.md)
* [Build Dependencies](./BUILDDEPS.md)
* [Development Workflow](./DEVELOPER.md#developer-guidelines)
2014-11-27 11:49:20 +01:00
[![Analytics](https://ga-beacon.appspot.com/UA-56860620-3/minio/readme)](https://github.com/igrigorik/ga-beacon)