You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a lot of code we left behind in web-monitoring-processing around knitting together the search and get_memento methods in a high-performance way across many threads. I think it’s good that we didn’t include any of that here to start with, but would it make sense to add some of that back in eventually?
We have a lot of code we left behind in web-monitoring-processing around knitting together the
search
andget_memento
methods in a high-performance way across many threads. I think it’s good that we didn’t include any of that here to start with, but would it make sense to add some of that back in eventually?i.e. Some tooling that supports the workflow:
It should be significantly more abstract than the way it is currently implemented in https://github.com/edgi-govdata-archiving/web-monitoring-processing/blob/master/web_monitoring/cli.py, of course. 😉
The text was updated successfully, but these errors were encountered: