High Performance Object Storage for AI
Go to file
Harshavardhana 0474439b43 Code restructuring, assigning proper subsystems to each
- Drivers contain
    * donut/*
    * file/*
    * memory/*

 - Storage format contains
    * donut/*
      - GetObject() --> renamed to GetObjectReader()
      - Deleted stale objectwriter.go, renamed donutwriter.go to object_writer.go

Simplifying, and documenting codebase further
2015-03-24 06:47:10 -07:00
buildscripts Update license header Mini should be Minimalist really 2015-03-19 14:35:50 -07:00
docs Add new error response 2015-02-16 20:44:25 -08:00
Godeps Updating godeps GoVersion and Packages 2015-03-04 12:52:02 -08:00
pkg Code restructuring, assigning proper subsystems to each 2015-03-24 06:47:10 -07:00
.gitignore Restructure minio api, move signature checks from utils to Api. 2015-03-18 18:16:19 -07:00
BUILDDEPS.md Remove setup development environment script 2015-02-21 21:38:04 -08:00
CONTRIBUTING.md Further fixes - 2015-03-06 02:04:21 -08:00
doc.go Update license header Mini should be Minimalist really 2015-03-19 14:35:50 -07:00
Dockerfile Add Dockerfile to build a docker image with embarked minio server 2015-03-22 14:52:27 -07:00
LICENSE Initial commit 2014-10-30 21:51:52 -07:00
main.go Code restructuring, assigning proper subsystems to each 2015-03-24 06:47:10 -07:00
Makefile Add strict checks with vet, golint and gofmt 2015-03-09 16:17:38 -07:00
mkdocs_linux.go Restructure docs and move mkdocs.yml to top-level 2015-02-08 17:40:39 -08:00
mkdocs.yml Skip uinimplemented tests and some cleanup 2015-03-15 01:23:57 -07:00
NOTICE Update license header Mini should be Minimalist really 2015-03-19 14:35:50 -07:00
README.md Add bitdeli badge and expose Analytics beacon 2015-02-23 18:05:58 -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

Documentation

Developers

Download

-- No releases yet --

Supported platforms

Name Supported
Linux Yes
Windows Not yet
Mac OSX Yes

Supported architectures

Arch Supported
x86-64 Yes
arm64 Not yet
i386 Never

Analytics Bitdeli Badge