diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-10-08 00:15:04 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-10-08 00:15:04 -0700 |
| commit | 1d3f045e850595e84981a009c1bf1b8c384bdaab (patch) | |
| tree | c91c35d989109a29a12679ca45620355b1bfa89c | |
| parent | 96a23591e7be871e23757e36010954024d404973 (diff) | |
| download | seaweedfs-1d3f045e850595e84981a009c1bf1b8c384bdaab.tar.xz seaweedfs-1d3f045e850595e84981a009c1bf1b8c384bdaab.zip | |
adjust readme
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -74,16 +74,19 @@ SeaweedFS can work very well with just the object store. [[Filer]] is added late * Automatic compaction to reclaimed disk spaces after deletion or update * Servers in the same cluster can have different disk spaces, file systems, OS etc. * Adding/Removing servers does **not** cause any data re-balancing -* Optional [filer server][Filer] provides "normal" directories and files via http -* Optional [mount filer][Mount] to read and write files directly as a local directory -* Optional [Amazon S3 compatible API][AmazonS3API] to access files with S3 tooling. * Optionally fix the orientation for jpeg pictures * Support Etag, Accept-Range, Last-Modified, etc. * Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance. +## Filer Features +* [filer server][Filer] provides "normal" directories and files via http. +* [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. +* [Async Backup To Cloud][BackupToCloud] can enjoy extreme fast local access and backup to Amazon S3, Google Cloud Storage. [Filer]: https://github.com/chrislusf/seaweedfs/wiki/Directories-and-Files [Mount]: https://github.com/chrislusf/seaweedfs/wiki/Mount [AmazonS3API]: https://github.com/chrislusf/seaweedfs/wiki/Amazon-S3-API +[BackupToCloud]: https://github.com/chrislusf/seaweedfs/wiki/Backup-to-Cloud ## Example Usage By default, the master node runs on port 9333, and the volume nodes run on port 8080. |
