Harshavardhana 5e0c5089e6 Merge pull request #49 from fkautz/pr_out_adding_initial_documentation_to_erasure_package
Adding initial documentation to erasure package
2014-11-29 14:59:35 -08:00
2014-11-26 23:33:36 -08:00
2014-11-07 22:23:52 -08:00
2014-11-13 22:41:44 -08:00
2014-11-22 18:31:49 -08:00
2014-10-30 21:51:52 -07:00
2014-11-27 02:49:20 -08:00
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 was inspired by Amazon S3 API and Haystack Object Format.

Dependencies

  • go1.3.3
  • godep
    • go get github.com/tools/godep
  • yasm
  • cover
    • go get code.google.com/p/go.tools/cmd/cover or yum install golang-cover

Dependency management

Install or updating a new dependency

go get -u github.com/example/dependency
# import github.com/example/dependency in go src code
godep save ./...

Commit all Godep/ modifications, including vendorized files.

Restoring dev environment dependencies

godep restore

Compiling

make

Analytics

Languages
Go 99%
Shell 0.8%
Makefile 0.1%