From 4be991fa10f83da3a31af56f4b06bec262385bee Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 14 Aug 2021 07:30:16 -0700 Subject: [PATCH] Updated Remote Storage Architecture (markdown) --- Remote-Storage-Architecture.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Remote-Storage-Architecture.md b/Remote-Storage-Architecture.md index 0a9bbb6..765a42c 100644 --- a/Remote-Storage-Architecture.md +++ b/Remote-Storage-Architecture.md @@ -28,6 +28,8 @@ However, how to make SeaweedFS work with data already on cloud? With this feature, SeaweedFS can cache data that is on cloud. It can cache metadata and file content. Given SeaweedFS unlimited scalability, the cache size is actually unlimited. Any local changes can be write back to the cloud asynchronously. +![SeaweedFS Remote Storage](https://raw.githubusercontent.com/chrislusf/seaweedfs/master/note/SeaweedFS_RemoteMount.png) + ``` [HDFS|Mount|HTTP|S3|WebDAV] <== Filer(metadata cache) <== Volume Servers (data cache) <== Cloud