Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (403 - 405 of 2152)

Ticket Resolution Summary Owner Reporter
#1608 fixed Merge storage into Core ross ross

Reported by ross, 2 years ago.

Description

As part of Storage Changes and http://ckan.okfnpad.org/newstorage it was decided to merge ckanext-storage back into core.

Other changes:

  • Remove /storage/upload page (we have frontend integration elsewhere now and we should also ensure that upload items relate to a resource or other domain object).
  • Provide a local path as well as remote path for form upload requests in API so that frontend can see url to CKAN path rather than cloud storage path ...
#1609 fixed Celery task for ckanext-archiver to write to webstore. ross ross

Reported by ross, 2 years ago.

Description

From 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

Analysis

When I upload a file to CKAN:

  • End up with file in permanent storage
  • IF file is ot type ... csv,xls,xlsx,sqlite,.sql
    • End up with new db in webstore
      • Where? {username}/{resource-id}/...
        • If a single table: name it after the file name (appropriately slugified)
      • A resource *always* corresponds to a 'database' in webstore ...
      • In Data Explorer have "Sheets" tab ...
  • Resource url = /dataset/{x}/resource/{y}/link -> cached_url ...
#1610 duplicate Move webstore to Postgres instead of Sqlite ross ross

Reported by ross, 2 years ago.

Description

The default backing store for webstore should be Postgres and not sqlite. This was agreed as part of the #1574 storage changes and on http://ckan.okfnpad.org/newstorage

Note: See TracQuery for help on using queries.