Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

#+BEGIN_HTML


GoDoc


#+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.