diff --git a/Directories-and-Files.md b/Directories-and-Files.md index f809133..1890223 100644 --- a/Directories-and-Files.md +++ b/Directories-and-Files.md @@ -56,10 +56,7 @@ We can take the following steps to map a full file path to the actual data block #### Architecture -For reads: -1. Client Read File Metadata => Weed Filer => Weed Filer database (LevelDB, Cassandra, Redis, Mysql, Postgres, etc) -2. Client Read File Chunks => Weed Volume Servers - +For file reads: ![](FilerRead.png) For writes: diff --git a/FilerRead.png b/FilerRead.png index b6143b2..0f28b0c 100644 Binary files a/FilerRead.png and b/FilerRead.png differ