Improve description for SeaweedFS
This commit is contained in:
parent
7b7d780fff
commit
97328e5755
1 changed files with 3 additions and 1 deletions
|
@ -2372,7 +2372,9 @@ storage_class =
|
|||
|
||||
[SeaweedFS](https://github.com/chrislusf/seaweedfs/) is a distributed storage system for
|
||||
blobs, objects, files, and data lake, with O(1) disk seek and a scalable file metadata store.
|
||||
It has an S3 compatible object storage interface.
|
||||
It has an S3 compatible object storage interface. SeaweedFS can also act as a
|
||||
[gateway to remote S3 compatible object store](https://github.com/chrislusf/seaweedfs/wiki/Gateway-to-Remote-Object-Storage)
|
||||
to cache data and metadata with asynchronous write back, for fast local speed and minimize access cost.
|
||||
|
||||
Assuming the SeaweedFS are configured with `weed shell` as such:
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue