lineofflight / peddler

Amazon Selling Partner API (SP-API) in Ruby
https://lineofflight.github.io/peddler/
MIT License
307 stars 130 forks source link

Stream-parse large feeds #12

Closed hakanensari closed 10 years ago

hakanensari commented 11 years ago

Instead of hogging memory, it would be neater to just stream large feeds into parser in the Feeds API. Off the top of my head, it feels the external API probably would not have to change. #each would simply return CSV rows or XML nodes as they come in.