-
Notifications
You must be signed in to change notification settings - Fork 11
Labels
Description
The CKAN Datastore extension provides a database that allows us to upload dataset resources, that can the be automatically previewed and automatically provides a Data API for search, filter and updating datasets etc.
On auditing the current datasets, there were few issues
- Only datasets upload via the API and explicitly making a call to
resource_create,e.g sensors.Africa datasets were automatically uploaded to the datastore and had preview + Data API as below - Datasets created manually via the
create datasetsform do not automatically upload to the datastore and therefore not available for previews. We are currently using the legacy Datapusher , however CKAN recommends upgrading to either of the plugins here for automatic datasets upload - We had a Cloudflare WAF rule to manage bot requests to the
/datasetsendpoint (temporarily disabled), however this is called when previewing. With Cloudflare raises a 403, so we need a workaround
Sub-issues
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
📋 Backlog