FuseFS is a REST API controlled file system on top of the standard Unix-based FUSE software interface. It allows for a file system to be spun up quickly and efficiently without the need for implementing the full FUSE spec. It works across all major operating systems and has plug-able storage backend. Efficient caching provides great performance on all platforms. FuseFS significantly decreases development time and lets you concentrate on your business logic instead.