Ticket #852 (assigned enhancement) — at Version 3
Dataset upload feature (master ticket)
Reported by: | wwaites | Owned by: | wwaites |
---|---|---|---|
Priority: | critical | Milestone: | ckan-v1.5 |
Component: | DGU | Keywords: | |
Cc: | Repository: | ckan | |
Theme: | none |
Description (last modified by rgrp) (diff)
2 (4) use cases: (With and without access to auth keys.)
- upload form on ckan (by default local system has auth key for storage)
- datapkg upload (client) (by default without key) (plumbing done)
Most important are:
- Upload form on ckan.net (with access to keys)
- API for getting credentials for upload from ckan.net api (without access to keys).
Aside: Once 2 was done we could deprecate storage.ckan.net
Sub-tickets
- #853 - plumbing for credential-less rest upload
- #879 - Storage auth API
- #877 - File upload in WUI
- #878 - Integrate file upload with workflow around package resources
More Info
- Upload/storage discussion: http://ckan.okfnpad.org/storage
- For api to generate upload key (for e.g. datapkg usage) suggest locating at ckan.net/api/utils/
Change History
comment:2 Changed 3 years ago by wwaites
- Status changed from new to assigned
plugin documentation: http://packages.python.org/ckan/plugins.html
Note: See
TracTickets for help on using
tickets.