1
0
mirror of https://github.com/minio/minio synced 2024-07-08 19:56:05 +00:00
Go to file
Harshavardhana 432275e966 Full restructure in accordance with
- pkg/{subsystem}/{package} style
  - modify Makefile to reflect the new style,
    consolidate various entries
  - add a dummy ``main.go`` at top level
2015-01-14 11:29:04 -08:00
docs Remove stale docs 2015-01-06 02:01:48 -08:00
Godeps Adding index command 2015-01-06 22:26:09 +13:00
pkg Full restructure in accordance with 2015-01-14 11:29:04 -08:00
.gitignore Full restructure in accordance with 2015-01-14 11:29:04 -08:00
BUILDDEPS.md Intel ISAL requires yasm version 1.2.0 > with AVX2 instruction support, document it! 2015-01-06 20:51:07 -08:00
checkdeps.sh Intel ISAL requires yasm version 1.2.0 > with AVX2 instruction support, document it! 2015-01-06 20:51:07 -08:00
DEVELOPER.md Full restructure in accordance with 2015-01-14 11:29:04 -08:00
doc.go Full restructure in accordance with 2015-01-14 11:29:04 -08:00
isal Full restructure in accordance with 2015-01-14 11:29:04 -08:00
LICENSE Initial commit 2014-10-30 21:51:52 -07:00
main.go Full restructure in accordance with 2015-01-14 11:29:04 -08:00
Makefile Full restructure in accordance with 2015-01-14 11:29:04 -08:00
NOTICE Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
README.md Update README.md 2015-01-08 19:10:42 -08:00
TODO.md Initial commit 2014-10-30 21:51:52 -07:00

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 design is inspired by Amazon's S3 for its API and Facebook's Haystack for its immutable data structure.

Join Community

  • Community hangout on Gitter Gitter
  • Ask questions on Quora Quora

Developers

Download

-- No releases yet --

Supported platforms

Name Supported
Linux Yes
Windows Not yet
Mac OSX Not yet

Supported architectures

Arch Supported
x86-64 Yes
arm64 Not yet
i386 Never

Analytics