storage
A local caching networked meta-filesystem.
Storage is a caching meta-filesystem that provides a single unified view of several other filesystems. Storage is resilient to network failure and keeps a configurably large local LRU cache of all downloaded files (in the form of a normal directory, just in case Storage does not work perfectly). The LRU caching is inspired by the Subsonic app and allows a user to retain local access to the most recently used files, while Storage maintains the cache to the configured size.
Planned features:
- Cloud filesystem support (google drive, dropbox, EC2)
- Dynamically recomputable files (from build processes or torrents)