diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-09-14 10:20:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 10:20:24 -0700 |
| commit | 8aaae78dfcb455ed70f5674636d8e5250d5b229a (patch) | |
| tree | 95972506f30c8339a2531f2d76c1cc7ffe4166bf | |
| parent | 200fe5c83eca06880f586f2c4649ad90654f8427 (diff) | |
| download | seaweedfs-8aaae78dfcb455ed70f5674636d8e5250d5b229a.tar.xz seaweedfs-8aaae78dfcb455ed70f5674636d8e5250d5b229a.zip | |
Update README.md
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -115,7 +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 one-way or two-way cross data center replication. +* [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. @@ -137,7 +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 +[ActiveActiveAsyncReplication]: https://github.com/chrislusf/seaweedfs/wiki/Filer-Active-Active-cross-cluster-continuous-synchronization [Back to TOC](#table-of-contents) |
