High Performance Object Storage for AI
Go to file
Harshavardhana 59c1197f47 Merge pull request #73 from fkautz/pr_out_adding_file_splitter_and_streaming_byte_chunker
Adding file splitter and streaming byte chunker
2014-12-01 20:47:25 -08:00
Godeps Removing groupcache lru dependency 2014-11-30 13:49:06 -08:00
cmd/erasure-demo Refactoring input parsing for erasure-demo 2014-11-30 22:18:23 -08:00
docs Changing minios to minio 2014-11-07 22:23:52 -08:00
pkgs Merge pull request #73 from fkautz/pr_out_adding_file_splitter_and_streaming_byte_chunker 2014-12-01 20:47:25 -08:00
.gitignore Adding cover.out to gitignore 2014-11-22 18:31:49 -08:00
CONTRIB.md Restructure directory, add 'pkgs' folder now 2014-11-24 15:10:25 -08:00
DEVELOPERS.md Remove redundant 'make getdeps' 2014-11-30 16:37:01 -08:00
LICENSE Initial commit 2014-10-30 21:51:52 -07:00
Makefile Build restructure top level 2014-12-01 14:45:50 -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 with clear instructions 2014-11-30 15:09:58 -08:00
TODO.md Initial commit 2014-10-30 21:51:52 -07:00
doc.go Adding godoc description of minio 2014-11-30 13:11:37 -08:00
isal Restructure directory, add 'pkgs' folder now 2014-11-24 15:10:25 -08:00

README.md

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

Build Minio from Source

Source Install

Analytics