Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lcaballero/proxyfs
proxyfs is a read-once file system which caches the files it proxies.
https://github.com/lcaballero/proxyfs
Last synced: about 1 month ago
JSON representation
proxyfs is a read-once file system which caches the files it proxies.
- Host: GitHub
- URL: https://github.com/lcaballero/proxyfs
- Owner: lcaballero
- License: epl-1.0
- Created: 2016-11-18T22:38:03.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-24T21:07:47.000Z (about 8 years ago)
- Last Synced: 2024-06-20T15:01:09.876Z (7 months ago)
- Language: Go
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.org
- License: license
Awesome Lists containing this project
README
#+BEGIN_HTML
#+END_HTML* Introduction
`proxyfs` is a read-once then cached file system intended to mount a
file directory. Load of the content is deferred until the file is
requested. Content changes are not intended to be written via
this interface.