Changes between Version 2 and Version 3 of Ticket #1609


Ignore:
Timestamp:
01/05/12 14:34:58 (2 years ago)
Author:
rgrp
Comment:

Move analysis into main body of ticket.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1609 – Description

    v2 v3  
    11From super Storage changes - #1574 - and http://ckan.okfnpad.org/newstorage we determined that ckanext-archiver should have a celery task for grabbing local file uploads and writing to webstore 
     2 
     3== Analysis == 
     4 
     5When I upload a file to CKAN: 
     6 
     7    * End up with file in permanent storage 
     8    * IF file is ot type ... csv,xls,xlsx,sqlite,.sql 
     9        * End up with new db in webstore 
     10            * Where? {username}/{resource-id}/... 
     11                * If a single table: name it after the file name (appropriately slugified) 
     12            * A resource *always* corresponds to a 'database' in webstore ... 
     13            * In Data Explorer have "Sheets" tab ... 
     14    * Resource url = /dataset/{x}/resource/{y}/link -> cached_url ...