Tyler Kennedy
Tyler Kennedy
We typically try to avoid transferring through CKAN when possible, because CKAN installs are typically not configured for a bunch of long-running processes dishing out downloads - it's not async....
Do you have an idea/mockup of how you'd display this in the resource UI? This is simple from a functional standpoint, but harder to display without cluttering the UX. Will...
Just wasn't needed at the time I was writing it, contribution would be quite welcome. There are no technical limitations.
This *should* be simple, taking a quick look at it. If the resource has the `mimetype` and `hash` fields populated simply use those values instead of pulling the file to...
@davidread can the analysis software you're thinking of using consume web services? The activity stream is indexed on timestamp and can be paged by timestamp, making retrieval through the API...
I've mentioned this elsewhere over the years, but we've had many stackoverflow and mailing list questions over the years about out of date or confusing documentation, because it's simply not...
This is basically doing what @torfsen originally suggested, which is blocking the writing API calls (but as a whitelist instead). Actions that do not modify the database can be marked...
I'm suggesting we close this. 1) It's an .ini file, it already validates the syntax. 2) Access to the configuration is already a singleton 3) Modifying the configuration already reloads...
The slim wrapper around Solr is also more or less abandoned. [solrpy](https://github.com/edsu/solrpy) should be swapped in favor of [pysolr](https://github.com/django-haystack/pysolr) which is maintained and has community momentum.