Browse Source

Merge branch 'master' of https://github.com/chrislusf/seaweedfs

pull/667/head
Chris Lu 7 years ago
parent
commit
a08f8a4b80
  1. 2
      README.md

2
README.md

@ -75,11 +75,13 @@ SeaweedFS started by implementing [Facebook's Haystack design paper](http://www.
* Servers in the same cluster can have different disk spaces, file systems, OS etc. * Servers in the same cluster can have different disk spaces, file systems, OS etc.
* Adding/Removing servers does **not** cause any data re-balancing * Adding/Removing servers does **not** cause any data re-balancing
* Optional [filer server][Filer] provides "normal" directories and files via http * Optional [filer server][Filer] provides "normal" directories and files via http
* Optionally [mount filer][Mount] to read and write directly
* Optionally fix the orientation for jpeg pictures * Optionally fix the orientation for jpeg pictures
* Support Etag, Accept-Range, Last-Modified, etc. * Support Etag, Accept-Range, Last-Modified, etc.
* Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance. * Support in-memory/leveldb/boltdb/btree mode tuning for memory/performance balance.
[Filer]: https://github.com/chrislusf/seaweedfs/wiki/Filer [Filer]: https://github.com/chrislusf/seaweedfs/wiki/Filer
[Mount]: https://github.com/chrislusf/seaweedfs/wiki/Mount
## Example Usage ## Example Usage
By default, the master node runs on port 9333, and the volume nodes run on port 8080. By default, the master node runs on port 9333, and the volume nodes run on port 8080.

Loading…
Cancel
Save