Giter VIP home page Giter VIP logo

cloudfs's Introduction

###############################################################################
#
# COMS E6998 Cloud Computing 
#  
# Final Project : Cloud FS
#
# Team 8 : Young Hoon Jeon (yj2231)
#          Jin Hyung Park (jp2105)
#          Daniel Wonjun Song (dws2127)
#
###############################################################################

0. Project Purpose

The goal of our project, 'Cloud FS', is that we want to give users the unified
cloud file system. This is because there are lots of dropbox like services, but
we cannot use all of them as one disk. So, by using our 'Cloud FS', users can
connect all of their dropbox-like services, and all of them are mounted into 
one disk in Linux system.


1. System Requirements

    * Ubuntu Linux 10.4 or newer
    * Python version 2.6 or newer
    * Dropbox SDK for Python
    * Amazon S3 SDK for Python
    * Google Drive SDK for Python

2. Files Description

    * Used SDKs
        - fusepy : FUSE Python SDK
        - dropbox-sdk : Dropbox SDK folder
        - dropbox : Dropbox Client Class
        - gdrive-sdk : Google Drive SDK folder

    * Implemented Files
        - cloudfs.py : Main interface for cloud FS
        - connector.py : Keep adaptor connection for each storage, and call appropriate methods
        - dropboxfs.py : Dropbox Adaptor for FUSE
        - s3fs.py : Amazon S3 Adaptor for FUSE
        - gdrivefs.py : Google Drive Adaptor for FUSE
        - account.py.example : To store each account informaion

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.