cubefs-blobstore
cubefs-blobstore copied to clipboard
BlobStore is a highly reliable,highly available and ultra-large scale distributed storage system.
BlobStore
- Overview
- Documents
- Build BlobStore
- Deploy BlobStore
- Manage BlobStore
- License
Overview
BlobStore is a highly reliable,highly available and ultra-large scale distributed storage system. The system adopts Reed-Solomon code, which provides higher data durability with less storage cost than use three copies backup technology, and supports multiple erasure code modes multiple availability zones,and optimizes for small file to meet the storage needs of different scenarios. Some key features of BlobStore include:
- ultra-large scale
- high reliability
- flexible deployment
- low cost
Documents
English version: https://cubefs.readthedocs.io/en/latest/
Chinese version: https://cubefs.readthedocs.io/zh_CN/latest/
Build BlobStore
$ git clone http://github.com/cubefs/blobstore.git
$ cd blobstore
$ source env.sh
$ ./build.sh
Deploy BlobStore
For more details please refer to documentation.
Manage BlobStore
For more details please refer to documentation.
License
BlobStore is licensed under the Apache License, Version 2.0. For detail see LICENSE and NOTICE.