diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-11-21 12:55:44 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 12:55:44 -0800 |
| commit | 025bd8d447e147643173f369afcd7cc29b04e4d8 (patch) | |
| tree | 5c607ec829f459a42ba170031c4434405fb7bd23 | |
| parent | 5f3546a688fd3ab5e8276aee2643aaed84e78221 (diff) | |
| download | seaweedfs-025bd8d447e147643173f369afcd7cc29b04e4d8.tar.xz seaweedfs-025bd8d447e147643173f369afcd7cc29b04e4d8.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -121,15 +121,16 @@ On top of the object store, optional [Filer] can support directories and POSIX a ## Filer Features ## * [Filer server][Filer] provides "normal" directories and files via http. -* [Super Large Files][SuperLargeFiles] stores large or super large files in tens of TB. +* [File TTL][FilerTTL] automatically expires file metadata and actual file data. * [Mount filer][Mount] reads and writes files directly as a local directory via FUSE. +* [Filer Store Replication][FilerStoreReplication] enables HA for filer meta data stores. * [Active-Active Replication][ActiveActiveAsyncReplication] enables asynchronous one-way or two-way cross cluster continuous replication. * [Amazon S3 compatible API][AmazonS3API] accesses files with S3 tooling. * [Hadoop Compatible File System][Hadoop] accesses files from Hadoop/Spark/Flink/etc or even runs HBase. * [Async Replication To Cloud][BackupToCloud] has extremely fast local access and backups to Amazon S3, Google Cloud Storage, Azure, BackBlaze. * [WebDAV] accesses as a mapped drive on Mac and Windows, or from mobile devices. * [AES256-GCM Encrypted Storage][FilerDataEncryption] safely stores the encrypted data. -* [File TTL][FilerTTL] automatically purges file metadata and actual file data. +* [Super Large Files][SuperLargeFiles] stores large or super large files in tens of TB. * [Kubernetes CSI Driver][SeaweedFsCsiDriver] A Container Storage Interface (CSI) Driver. [](https://hub.docker.com/r/chrislusf/seaweedfs-csi-driver/) [Filer]: https://github.com/chrislusf/seaweedfs/wiki/Directories-and-Files @@ -146,6 +147,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a [VolumeServerTTL]: https://github.com/chrislusf/seaweedfs/wiki/Store-file-with-a-Time-To-Live [SeaweedFsCsiDriver]: https://github.com/seaweedfs/seaweedfs-csi-driver [ActiveActiveAsyncReplication]: https://github.com/chrislusf/seaweedfs/wiki/Filer-Active-Active-cross-cluster-continuous-synchronization +[FilerStoreReplication]: https://github.com/chrislusf/seaweedfs/wiki/Filer-Store-Replication [Back to TOC](#table-of-contents) |
