Skip to content

SimonRichardson/fsys

Repository files navigation

fsys

Local and remote Filesystem abstraction

Badges

travis-ci Coverage Status Go Report Card

Introduction

Fsys in an abstraction layer for interacting with local and remote Filesystems.

Implementations

  • nop: Filesystem with sane defaults that does absolutely nothing.
  • virtual: Filesystem that utilises memory
  • local: Filesystem that utilises the local file system.
    • As a side note mmap can be used as an option for the local setup.

About

Local and remote Filesystem abstraction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published