cphsolutionslab
cphsolutionslab
I'm testing out CKAN 2.2 with the DataPusher, instead of the old DataStorer. The old DataStorer ran a cronjob every X hour to check for updates to the DataStore. It...
It would be very useful to be able to use own custom data and not the osm3s/Overpass-API which is limited to .osm-format. Would it be possible to add support for...
I'm trying to allow the Datastorer to store larger files than the usual 50000000, by adding ckanext-archiver.max_content_length = ... to the production.ini file. However, it does not seem to solve...
Is it somehow possible to easily add .gz support for CSV files packed in .gz?
Shouldn't the datastorer ignore URL's from SITE-URL/datastore/dump/RESOURCE-ID, as it refers to the datastore itself?
Is it possible to tell the DataStorer to accept and correctly encode latin1-sources/documents? Currently it does not show latin1-encodet files correctly, only utf-8.
Explanation: I would like to use the DataStore via the API as primary data-source. This works without a problem already. However, if people wants to download the entire resource as...
Uploading a file currently adds a new resource. Developers need to be able to query the same resource (using the unique resource id), but with up-to-date content within the file....