aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-06-06 01:34:04 -0700
committerGitHub <noreply@github.com>2019-06-06 01:34:04 -0700
commiteeb9860829c4bdf6234a2a4ea521c673f009a228 (patch)
treec7c376ee7b1185999d94b4dda6ec772700ae081a
parente66bddd84cfe1234344d7b9f19e35024c4a2eee2 (diff)
downloadseaweedfs-eeb9860829c4bdf6234a2a4ea521c673f009a228.tar.xz
seaweedfs-eeb9860829c4bdf6234a2a4ea521c673f009a228.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9e619e825..527e8fdcc 100644
--- a/README.md
+++ b/README.md
@@ -113,6 +113,7 @@ SeaweedFS can work very well with just the object store. [[Filer]] can then be 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] to reduce storage cost.
* [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.
@@ -123,6 +124,7 @@ SeaweedFS can work very well with just the object store. [[Filer]] can then be a
[BackupToCloud]: https://github.com/chrislusf/seaweedfs/wiki/Backup-to-Cloud
[Hadoop]: https://github.com/chrislusf/seaweedfs/wiki/Hadoop-Compatible-File-System
[WebDAV]: https://github.com/chrislusf/seaweedfs/wiki/WebDAV
+[ErasureCoding]: https://github.com/chrislusf/seaweedfs/wiki/Erasure-coding-for-warm-storage
[Back to TOC](#table-of-contents)