GitHub - ebogdum/callfs: CallFS is an ultra-lightweight, high-performance REST API filesystem that provides precise Linux filesystem semantics over various backends including local filesystem, Amazon S3, and distributed peer networks
CallFS - Ultra-lightweight REST API Filesystem
CallFS is an ultra-lightweight, high-performance REST API filesystem that provides precise Linux filesystem semantics over various backends including local filesystem, Amazon S3, and distributed peer networks.
🚀 Quick Start
# Start CallFS server with default configuration
./callfs server
# Start with custom config file
./callfs server --config /path/to/config.yaml
# Validate configuration and display settings
./callfs config validate
# Show help
./...
Read more at github.com