Custom Query (2152 matches)
Results (1039 - 1041 of 2152)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1797 | fixed | [super] Webstore v2 - Integrated and based on ElasticSearch | rgrp | rgrp |
Description |
Main tasks:
Etherpad: http://ckan.okfnpad.org/webstore Tasks
DetailsLayout on ESelasticsearch/{index}/{type-id} index = ckan-{ckan-id} type-id = resource-id (1) Request pathReq => Nginx => CKAN App (authz) => req to elasticsearch and returns results See as an example: https://github.com/okfn/elastic-proxy Questions
User Story 1User -> CKAN instance -> Add Dataset -> Adds a Resource via uploading a CSV file -> Save => Result = New Dataset + Resource + Data API to resource and nice Preview of the data Solution:
User StoriesUser Story 2User -> CKAN instance -> Add Dataset -> Adds a Resource via linking to some remote file (CSV or otherwise) or uploading some data (CSV or otherwise) => Result = New Dataset + Resource + nice Preview of the data (wherever possible) User Story 3User -> CKAN instance -> Add Dataset -> Adds a Resource which will be webstore database in CKAN -> User saves data to this data store. => Result = New Dataset + Resource (Webstore resource) which can now be written to or read from by the user Solution: just create a resource with blank url (or better, have a new option to create webstore resource ...) |
|||
#1828 | fixed | Upgrade to Recline v0.3 | rgrp | rgrp |
Description |
Recline v0.3 has introduced some breaking changes in API and usage. Upgrade to use it. |
|||
#2221 | fixed | Tests are broken for some of us: NotAPairTreeStoreException | rgrp | zephod |
Description |
Since my last pull I'm getting a strange new error which is presumably to do with my local config or assumptions about the storage extension. Test output here: https://gist.github.com/2007985 |