stackvana / hook.io

Open-Source Microservice Hosting Platform
https://hook.io
Other
1.27k stars 119 forks source link

Add `hook.fs` virtual file-system #153

Closed Marak closed 8 years ago

Marak commented 9 years ago

Hooks should have access to a virtual file-system through Hook.fs

This file-system should mimic the API of the target programming language and support streaming when possible.

On the server-side, we'll be implementing this using the vinyl-fs family of tools. This will enable use to have dropbox and amazon s3 support ( as well as other providers ).

As a default provider, we can point the vfs at redis and utilize our existing cloud datastore.

Related #149 #107

Related: https://github.com/Marak/vinyl-diff https://github.com/Marak/vinyl-http

Marak commented 8 years ago

This has been added and deployed at hook.io/files