juicefs
JuiceFS is a distributed POSIX file system built on top of Redis and S3.
How to download and setup juicefs
Open terminal and run command
git clone https://github.com/juicedata/juicefs.git
git clone is used to create a copy or clone of juicefs repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with juicefs https://github.com/juicedata/juicefs/archive/master.zip
Or simply clone juicefs with SSH
[email protected]:juicedata/juicefs.git