Skip to content

bouncehead13/DISC

Repository files navigation

Distributed Indexed Storage in the Cloud

Overview of DISC

We improve performance by concurrently processing files and leveraging a multi-storage model. This model allows for various limitations in the current approaches to be improved.

Installation

Tested with Python 2.7.6

Note: Installing packages may require sudo

First install a package manager. I recommend using pip which can be installed following these instructions

Required packages:

Commands

  • num_providers: The number of instances to create with each storage provider
  • --upload or --download: Whether to upload or download the file
  • --million, --split, --available, --scale, --low: User policies

Example command: python driver.py 2 --upload --split

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages