cubefs/blobstore/README.md
pengtianyue 55ef408c8d chore: replace the document address
Signed-off-by: pengtianyue <pengtianyue@oppo.com>
2023-04-17 09:47:44 +08:00

1.4 KiB

BlobStore

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

Build BlobStore

$ git clone http://github.com/cubefs/cubefs.git
$ cd cubefs/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.