Scraping - Refreshing Frequency
Scraping is a topic I like. Gathering data and making sure they are fresh is an interesting problem. Among the many things that you have to do when scraping, making sure your data is fresh is an important one. Let’s give a few tips to our fellow scraper. Problem definition We are building a intelligent (hopefully) system that optimizes when we should visit an URL. We don’t want to spend too much resource on refreshing too often, and we want our data to be as fresh as possible. ...