mbartoli / blobfs

FUSE-based file system backed by Microsoft Azure's blob storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blobfs

FUSE-based file system backed by Microsoft Azure's blob storage

  1. Examples & Usage
  2. Installation & Setup

Python Version License Type

Examples & Usage

Start blobfs where mnt is the folder where you want to mount Azure and temp is an empty directory for caching.

Installation & Setup

Prerequisites:

  • libfuse
  • python2.7
  • python-pip
  1. Install additional dependencies via pip
  1. Add your storage account name and key to config.py
  2. Test Azure connectivity

Docker

About

FUSE-based file system backed by Microsoft Azure's blob storage

License:Apache License 2.0


Languages

Language:Python 99.8%Language:Shell 0.2%