MetricsGrimoire / Sibyl

Sibyl analyzes Question & Answer websites (similar to askbot based ones)
5 stars 3 forks source link

Incremental support #11

Closed dicortazar closed 10 years ago

dicortazar commented 10 years ago

Nowadays we're only supporting askbot tool. And this tool provides the last_activity field in the API. So, for those questions with recent activity, data should be re-retrieved, finally having incremental support for Sibyl.

My main concern here is that in any case, we have to ask for the whole list of questions from the API, and check one by one if there were changes. Not a big deal, but time consuming in any case.