Updated Async Replication to Cloud (markdown)

Chris Lu 2021-02-28 18:25:06 -08:00
parent 97ca252cae
commit 6ad061c73e

@ -5,7 +5,7 @@ So you have the benefit of:
* Extremely fast access to local SeaweedFS Filer
* Near-Real-Time Backup to Amazon S3 with zero-cost upload network traffic.
# Architecture
# Architecture (Depreated by https://github.com/chrislusf/seaweedfs/wiki/Async-Backup)
Every file changes in Filer will trigger a notification sent to a message queue.
A "weed replicate" process will read from the message queue, read the actual file content, and send the update to the cloud sink.