Motivation Design Usage Configuring Storage Backend Motivation Cloud storage is an ideal place to backup warm data. Its storage is scalable, and cost is usually low compared...
Access SeaweedFS via WebDAV on Mac SeaweedFS provides weed webdav command to enable accessing via WebDAV. Current implementation does not enforce authentication yet. There are...
Use LevelDB Preallocate volume file disk spaces Increase concurrent writes Increase concurrent reads Add more hard drives Increase user open file limit Memory consumption In...
It is fairly easy if you need to store filer metadata with other data store. Let's use "yourstore" as the chosen name. Here are the steps: Add a package under github.com/chris...
Please add a filer.toml file to current directory, or $HOME/.seaweedfs/, or /etc/seaweedfs/ The filer.toml can be generated by weed scaffold - config = filer - output = "." ...
How to access the server dashboard? Does it support xxx language? Does it support FUSE? Does it support large files, e.g., 500M ~ 10G? How to configure volumes larger than 30GB...
Create new large file Update large file Example Notes weed filer and weed mount In order to achieve high concurrency, SeaweedFS tries to read and write the whole file into me...
Cassandra Setup Create a filer.toml Starting the Filer SeaweedFS can utilize existing familiar data store, e.g., Cassandra, Mysql, Postgres, Redis, to store the filer metadata....
Configuration Dashboard SeaweedFS uses Prometheus to store the metrics and Grafana to visualize them. SeaweedFS publishes metrics to Prometheus Push Gateway , and the gateway ...