Updated Home (markdown)

Chris Lu 2021-08-20 23:07:29 -07:00
parent 993a0df879
commit b6e72ced6a

12
Home.md

@ -6,7 +6,17 @@ Here is the white paper for [SeaweedFS Architecture.pdf](SeaweedFS_Architecture.
# Make Cloud Storage Cheaper and Faster!
Cache your cloud data with [[SeaweedFS Cloud Cache|Cloud Cache Architecture]], to minimize access cost and latency.
To minimize cost and latency, you can mount your cloud data to a folder with [[SeaweedFS Cloud Cache|Cloud Cache Architecture]].
For normal computers, Google or Dropbox drive can be mounted as a network folder. The remote files are cached to local disks and automatically synchronized with the cloud. So it is fast to access. Similarly, [[SeaweedFS Cloud Cache|Cloud Cache Architecture]] can mount cloud storage as a special folder. The cloud files can be cached to the local cluster and automatically synchronized with the cloud.
| | SeaweedFS Cloud Cache | Google / Dropbox Drive |
| -- | -- | -- |
| Cache To | Local Cluster | Local Disk |
| Speed | Fast | Fast |
| Data Read | Download Once | Download Once |
| Data Write | Async Write Back | Async Write Back |
| Management | Selectively Cache/Uncache | N/A |
* Read and write with local network speed.
* Asynchronously propagate local updates to the cloud storage.