Custom Query (2152 matches)
Results (562 - 564 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#106 | duplicate | Regularly convert CKAN data to RDF and put on Talis CC | dread | rgrp |
Description |
Sister to ticket:90 (Link to RDF version of CKAN data on Talis Connected Commons). Talis have already kindly done an initial conversion. We should repeat this process regularly and re-upload the data to Talis CC. In the long run may wish to only re-convert packages changed since the last upload. However given relatively smaller size of full dataset this optimization is probably not yet required. Attached is the ruby script used by Talis for conversion Cost: ? (1d+ depending on e.g. how easy integration with Talis CC is) |
|||
#107 | invalid | Provide information about uploading material | rgrp | rgrp |
Description |
Often people who are registering resources want to make the associated material available. We should:
In long run (now ticket:186) we may automate this by providing a ckan upload facility which caches the data and then reuploads it to relevant service (disadvantage is "we" are the owner of the data on that service ...) |
|||
#108 | fixed | Package search in the REST API | dread | rgrp |
Description |
Add package search facility in the rest api at /api/search Queries can be provided as for the normal package search either by posting to that url or by performing a get with a query string. E.g. .../api/search/package?q=xyz Query parameters:
Additional parameters in addition to query ("q" or "qjson") are:
Return value is json encoded dictionary with keys:
Extras (for the future)
|