Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (700 - 702 of 2152)

Ticket Resolution Summary Owner Reporter
#1611 duplicate Implement auth API calls for webstore/external use ross ross

Reported by ross, 2 years ago.

Description

As part of #1574 we decided that it would be better for webstore (and future external services) to be able to authenticate simply with CKAN-Core.

Currently webstore access the CKAN database to obtain the key for the user but it would be better if this connection was not so tightly bound and that webstore used an API as any other external service might.

Need to discuss further with dread

#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

#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 ...
Note: See TracQuery for help on using queries.