sc3 / cookcountyjail

A Django app that tracks the population of Cook County Jail over time and summarizes trends.
http://cookcountyjail.recoveredfactory.net/api/1.0/?format=json
Other
31 stars 23 forks source link

Add module to scraper to log scraped data to archive file #430

Closed nwinklareth closed 10 years ago

nwinklareth commented 10 years ago

This is a sub-task of #429.

This module will receive the same information that the current backend module that stores the scraped information into the database. It takes this information and stores it into an archived file in a directory that webserve can access.

Archived file will be made available after scraping has successfully run.

This sub-task will be done when the module is used by the scraper and is storing information in the correct directory.