diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-07-24 14:22:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-24 14:22:36 -0700 |
| commit | 48f60a370de17b6aef6614cae600bbd3f7fb7f22 (patch) | |
| tree | fe04039cca02710b7f8fda58c3e056872e92a6ed | |
| parent | f4abe284aea8c9b11bfd88a0f8f30ee0dea94978 (diff) | |
| download | seaweedfs-48f60a370de17b6aef6614cae600bbd3f7fb7f22.tar.xz seaweedfs-48f60a370de17b6aef6614cae600bbd3f7fb7f22.zip | |
Update README.md
| -rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -112,8 +112,9 @@ On top of the object store, optional [Filer] can support directories and POSIX a [Back to TOC](#table-of-contents) ## Filer Features ## -* [filer server][Filer] provide "normal" directories and files via http. -* [mount filer][Mount] to read and write files directly as a local directory via FUSE. +* [Filer server][Filer] provide "normal" directories and files via http. +* [Super Large Files][SuperLargeFiles] stores large or super large files in tens of TB. +* [Mount filer][Mount] to read and write files directly as a local directory via FUSE. * [Amazon S3 compatible API][AmazonS3API] to access files with S3 tooling. * [Hadoop Compatible File System][Hadoop] to access files from Hadoop/Spark/Flink/etc jobs. * [Async Backup To Cloud][BackupToCloud] has extremely fast local access and backups to Amazon S3, Google Cloud Storage, Azure, BackBlaze. @@ -123,6 +124,7 @@ On top of the object store, optional [Filer] can support directories and POSIX a * [Kubernetes CSI Driver][SeaweedFsCsiDriver] A Container Storage Interface (CSI) Driver. [](https://hub.docker.com/r/chrislusf/seaweedfs-csi-driver/) [Filer]: https://github.com/chrislusf/seaweedfs/wiki/Directories-and-Files +[SuperLargeFiles]: https://github.com/chrislusf/seaweedfs/wiki/Data-Structure-for-Large-Files [Mount]: https://github.com/chrislusf/seaweedfs/wiki/FUSE-Mount [AmazonS3API]: https://github.com/chrislusf/seaweedfs/wiki/Amazon-S3-API [BackupToCloud]: https://github.com/chrislusf/seaweedfs/wiki/Backup-to-Cloud |
