diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-09-10 15:17:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-10 15:17:39 -0700 |
| commit | dd96e5edb71131c3517e866ebcf1ab59d4a2d7d1 (patch) | |
| tree | 98693e2cacd11cccbd02ebfb58892932e3a7f0e4 | |
| parent | 401ccf1509aeb3f160f75acb1f85d2959e0903df (diff) | |
| download | seaweedfs-dd96e5edb71131c3517e866ebcf1ab59d4a2d7d1.tar.xz seaweedfs-dd96e5edb71131c3517e866ebcf1ab59d4a2d7d1.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -115,6 +115,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a * [Filer server][Filer] provides "normal" directories and files via http. * [Super Large Files][SuperLargeFiles] stores large or super large files in tens of TB. * [Mount filer][Mount] reads and writes files directly as a local directory via FUSE. +* [Active-Active Replication][ActiveActiveAsyncReplication] enables asynchronous cross data center synchronization. * [Amazon S3 compatible API][AmazonS3API] accesses files with S3 tooling. * [Hadoop Compatible File System][Hadoop] accesses 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. @@ -136,6 +137,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a [FilerTTL]: https://github.com/chrislusf/seaweedfs/wiki/Filer-Stores [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-xDC-synchronization [Back to TOC](#table-of-contents) |
