Skip to content

hyperdev-io/remotefs

Repository files navigation

RemoteFS

Remote FS is a simplified abstraction for interacting with remote bucket based file systems. This allows a remote entity to run some basic operations on the remote file systems. This abstraction was created to allow certain IO intensive operations to be run local to the where the data lives. For instance, computing file sizes over an NFS mounted volume doesn't stand out in speed.

How to run

docker run -d --name remotefs -e PORT=80 -e BASE_DIR=/data -v /local/data/test-proj:/data MQTT_URL=mqtt://localhost:1883 \
  -p 8000:80 ictu/remotefs

Architecture

See Docs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •