Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 739 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 739 Bytes

#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