High Performance Object Storage for AI
Go to file
Harshavardhana d476a9d87e Merge pull request #26 from fkautz/pr_out_adding_simple_file_storage_driver_for_persistent_storage
Adding simple file storage driver for persistent storage
2014-11-15 04:43:27 -08:00
cmd Moving minio command to cmd/minio 2014-11-14 18:20:40 -07:00
contrib/signify Merge commit 'ef0a8b4d2e245be27cc27a782fb1b807ed0e2618' 2014-11-13 21:54:50 -08:00
docs Changing minios to minio 2014-11-07 22:23:52 -08:00
erasure erasure: Coding blocks during encoding were garbage, fixes #21 2014-11-13 21:48:04 -08:00
Godeps Add groupcache/lru into godep 2014-11-13 22:41:44 -08:00
.gitignore Squashed 'contrib/signify/' changes from a1554a4..35fe2d3 2014-11-13 21:54:50 -08:00
file_storage_test.go Adding simple file storage driver for persistent storage 2014-11-14 18:22:50 -07:00
file_storage.go Adding simple file storage driver for persistent storage 2014-11-14 18:22:50 -07:00
gateway_test.go Adding simple file storage driver for persistent storage 2014-11-14 18:22:50 -07:00
gateway.go Adding simple file storage driver for persistent storage 2014-11-14 18:22:50 -07:00
LICENSE Initial commit 2014-10-30 21:51:52 -07:00
Makefile Moving minio command to cmd/minio 2014-11-14 18:20:40 -07:00
NOTICE Add erasure coding and decoding using Intel Storage Acceleration library 2014-11-13 15:20:18 -08:00
README.md Moving to godep for dependency management 2014-11-03 20:59:07 -08:00
setup_test.go Adding simple file storage driver for persistent storage 2014-11-14 18:22:50 -07:00
storage_test.go Setting up initial cli options and http handlers 2014-11-02 17:33:40 -08:00
storage.go Adding simple file storage driver for persistent storage 2014-11-14 18:22:50 -07:00
TODO.md Initial commit 2014-10-30 21:51:52 -07:00

Dependencies

  • go1.3.3
  • godep
    • go get github.com/tools/godep

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