Custom Query (2152 matches)
Results (196 - 198 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) |
|||
#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)
|
|||
#110 | fixed | Integrate groups into packages | dread | dread |
Description |
Follow up to ticket:105 (Groups). Cost: 1d |