#Amazon Product Advertising API to CouchDB Loader
##Setup
sudo gem install bundler
bundle install
##Loader Configuration
FIXME
##Execute Loader
ruby loader.rb
##Building Blocks
- Bundler - manages an application's dependencies through its entire life across many machines systematically and repeatably.
- Amazon Product - is a Nokogiri-backed Ruby wrapper to the Amazon Product Advertising API.
- CouchRest - a RESTful CouchDB client based on Heroku's RestClient and Couch.js