DISCLAIMER: Use at your own risk. The authors of this software are not responsible in any way for your data loss.
Titan is a FUSE file system which stores:
In addition, it:
Install FUSE dependencies for your operating system and build from source using latest Go:
$ go get github.com/manvalls/titan
$ go install github.com/manvalls/titan/cmd/titan
Export some basic configuration using environment variables:
export TITAN_S3_KEY=<your key>
export TITAN_S3_SECRET=<your secret>
export TITAN_S3_REGION=<s3 region>
export TITAN_S3_BUCKET=<s3 bucket>
export TITAN_S3_ENDPOINT=<storage endpoint, e.g s3.wasabisys.com>
export TITAN_DB_URI=<MySQL DSN as seen in go-sql-driver/mysql>
export TITAN_MOUNT_POINT=<file system mount point, e.g /titan>
export TITAN_CACHE_FOLDER=<folder for the local cache, e.g /titan-cache>
Setup your file system (first time only):
$ titan mkfs
And mount it:
$ titan mount &
Content type
Image
Digest
Size
51.3 MB
Last updated
over 7 years ago
docker pull manvalls/titan