equalitie / open-corroborator

Data analysis and fact corroboration
http://equalitie.github.io/open-corroborator/
7 stars 3 forks source link

Review scraper and CVS import modules #18

Closed graphiclunarkid closed 8 years ago

graphiclunarkid commented 8 years ago

These two features need to be reviewed to figure out how much work they would take to bring make functional should our clients request them.

The CVS import module is to automate import of data from CSV files.

The scraper feature is to scrape a web resource to import video data and its metadata.

ACCEPTANCE CRITERIA

ggaughan commented 8 years ago

I think the existing monitoring tab:

It also (too) frequently tries to poll (currently fails possibly because of a missing id parameter) a table containing a last-updated-time. I can find no code to do any:

I'd suggest implementing any future import/scraping jobs via Celery tasks and use celery-beat to schedule them if necessary.