Amazon Product API in Ruby: Net::HTTP Client, Retries and Threads
Get Amazon product data in Ruby with nothing but the standard library: a Net::HTTP client for product lookup and keyword search, a retry policy that never pays twice for the same miss, a thread pool for bulk lookups, and how to call it from Rails.