minio/README.md

36 lines
1.4 KiB
Markdown
Raw Normal View History

2014-11-30 22:55:10 +01:00
## Introduction
2014-11-23 06:25:07 +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. Our 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
2015-05-12 01:23:10 +02:00
[![GoDoc](https://godoc.org/github.com/minio/minio?status.svg)](https://godoc.org/github.com/minio/minio) [![Build Status](https://travis-ci.org/minio/minio.svg)](https://travis-ci.org/minio/minio)
2015-04-12 03:10:02 +02:00
2015-01-09 04:05:21 +01:00
### Join Community
* Community hangout on Gitter [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/minio/minio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2015-01-09 04:05:21 +01:00
* Ask questions on Quora [![Quora](http://upload.wikimedia.org/wikipedia/commons/thumb/5/57/Quora_logo.svg/55px-Quora_logo.svg.png)](http://www.quora.com/Minio)
### Developers
* [Get Source](./CONTRIBUTING.md)
2015-01-09 04:05:21 +01:00
* [Build Dependencies](./BUILDDEPS.md)
* [Development Workflow](./CONTRIBUTING.md#developer-guidelines)
* [Developer discussions and bugs](https://github.com/minio/minio/issues)
2015-01-09 04:05:21 +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
2015-01-06 10:22:03 +01:00
### Supported platforms
| Name | Supported |
| ------------- | ------------- |
| Linux | Yes |
| Windows | Not yet |
| Mac OSX | Yes |
2015-01-06 10:22:03 +01:00
### Supported architectures
| Arch | Supported |
| ------------- | ------------- |
2015-01-09 04:10:42 +01:00
| x86-64 | Yes |
| arm64 | Not yet|
2015-01-09 04:05:21 +01:00
| i386 | Never |