mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Filer (markdown)
parent
d1de7c6192
commit
d7a9368363
12
Filer.md
12
Filer.md
|
@ -1,3 +1,13 @@
|
|||
This page aims to consolidate the pages on the [[single-node filer|Directories and Files]] and [[distributed filer]] into one.
|
||||
|
||||
SeaweedFS comes with a lightweight "filer" server, which provides a RESTful wrapper around SeaweedFS's arbitrary blob API, mapping content to a traditional file directory of paths.
|
||||
## Background
|
||||
|
||||
SeaweedFS comes with a lightweight "filer" server, which provides a RESTful wrapper around SeaweedFS's arbitrary blob API, mapping content to a traditional file directory of paths.
|
||||
|
||||
## Backends
|
||||
|
||||
SeaweedFS's built-in filer supports three different backends (although pull requests to add more are always welcome).
|
||||
|
||||
The default backend, LevelDB, is for simple, non-distributed single nodes.
|
||||
|
||||
The other backends, Redis and Cassandra, are for clustering backing stores that can be distributed across several nodes at high scale.
|
||||
|
|
Loading…
Reference in a new issue