code4romania / czl-scrape

99 problems, but a scrape ain't one.
http://cezicelegea.ro/
Mozilla Public License 2.0
13 stars 20 forks source link

[Deployment] Investigate using scrapyd for managing scrapers #85

Closed margelatu closed 7 years ago

margelatu commented 7 years ago

Scrapyd is an application for deploying and running Scrapy spiders. It enables one to deploy scrapers and control their spiders using a JSON API.

It typically runs as a daemon that listens to requests for spiders to run and spawns a process for each one.

This issue is about investigating whether Scrapyd could be useful in the deployment model or not.

mgax commented 7 years ago

screen shot 2017-04-10 at 21 31 16 screen shot 2017-04-10 at 21 31 22

margelatu commented 7 years ago

Thanks for taking care of this.