Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

bigboat-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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published