Skip to content

mingc00/DaaS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download as a Service

Download as a Service (DaaS) is a service prototype built on Amazon EC2. It help you to download Internet resources.

Dependency

DaaS is written in Python using boto as a interface to communicate to EC2.

Install via pip

$ pip install boto

We use Bottle which is a lightweight web framework

$ pip install bottle

Getting Started

  1. Create boto config
  2. Run worker.py on EC2
  3. Run web.py
  4. (Optional) You can setting CloudWatch and Auto Scaling on EC2

License

DaaS is released under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages