Go to file
Harshavardhana f347a1e590 Merge with Intel ISAL changes from github.com/minio-io/isal
- These changes bring in a much needed Mac OSX port for
    Intel ISAL library
  - At the current stage this MacOSX part of code is
    considered beta
  - pkg/cpu now supports OSX
  - pkg/checksum/crc32c - is still WIP, rest of the packages
    have been validated
2015-01-11 00:39:39 -08:00
cmd Disable sha1,sha256,sha512 avx,avx2,sse3 crypto implementations. 2015-01-06 17:02:25 -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 Merge with Intel ISAL changes from github.com/minio-io/isal 2015-01-11 00:39:39 -08:00
.gitignore Adding cover.out to gitignore 2014-11-22 18:31:49 -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 Update DEVELOPER.md 2014-12-30 17:45:17 -08:00
doc.go Adding godoc description of minio 2014-11-30 13:11:37 -08:00
isal A full restructure 2014-12-29 21:22:26 -08:00
LICENSE Initial commit 2014-10-30 21:51:52 -07:00
Makefile Merge with Intel ISAL changes from github.com/minio-io/isal 2015-01-11 00:39:39 -08:00
NOTICE Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
README.md Add checks for proper yasm installed - fixes #163 2015-01-06 15:30:02 -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.

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
i686 Never

Join Community

  • A quick chat? Gitter
  • Have questions? Quora

Developers

Analytics