-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInstructions
More file actions
9 lines (5 loc) · 749 Bytes
/
Copy pathInstructions
File metadata and controls
9 lines (5 loc) · 749 Bytes
1
2
3
4
5
6
7
8
9
This URL (http://bitly.com/nuvi-plz) is an http folder containing a list of zip files. Each zip file contains a bunch of xml files. Each xml file contains 1 news report.
Your application needs to download all of the zip files, extract out the xml files, and publish the content of each xml file to a redis list called “NEWS_XML”.
Make the application idempotent. We want to be able to run it multiple times but not get duplicate data in the redis list.
Once completed, place the code in a github repo and send us a link so we can review the code. After the code review we will setup a call via google hangouts or skype.
Things we look for are proper usage of Ruby built-ins, code consistency (linting), code complexity (ABC), and tests.