diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-01-01 12:18:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 12:18:16 -0800 |
| commit | 92d1219bb153cf6922481f21308ce203757bae6d (patch) | |
| tree | ecc3a3b8d72a3eb6acbadf40815d01f03650d1fb | |
| parent | 8eca5037ccbee9be0f38f8de964316b19223fefe (diff) | |
| download | seaweedfs-92d1219bb153cf6922481f21308ce203757bae6d.tar.xz seaweedfs-92d1219bb153cf6922481f21308ce203757bae6d.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,6 +109,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a * Support in-memory/leveldb/readonly mode tuning for memory/performance balance. * Support rebalancing the writable and readonly volumes. * [Transparent cloud integration](Cloud-Tier): store warm data on cloud storage. +* [Erasure Coding for warm storage][ErasureCoding] Rack-Aware 10.4 erasure coding reduces storage cost and increases availability. [Back to TOC](#table-of-contents) @@ -116,7 +117,6 @@ On top of the object store, optional [Filer] can support directories and POSIX a * [filer server][Filer] provide "normal" directories and files via http. * [mount filer][Mount] to read and write files directly as a local directory via FUSE. * [Amazon S3 compatible API][AmazonS3API] to access files with S3 tooling. -* [Erasure Coding for warm storage][ErasureCoding] Rack-Aware 10.4 erasure coding reduces storage cost and increases availability. * [Hadoop Compatible File System][Hadoop] to access files from Hadoop/Spark/Flink/etc jobs. * [Async Backup To Cloud][BackupToCloud] has extremely fast local access and backups to Amazon S3, Google Cloud Storage, Azure, BackBlaze. * [WebDAV] access as a mapped drive on Mac and Windows, or from mobile devices. |
