-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Harvester 2.0: [1/4d] Create a DCATUS dataset on CKAN #4463
Comments
|
an mvp ckan dataset only contains information that is present on the dataset page. here's a list of fields which appear to be on that dataset page. this list excludes any values calculated by CKAN ( e.g. modified date, schema information, harvest source id, source hash, etc... )
|
ckan catalog dev test dcatus catalog comparing the pictures indicates a similarity between the two. the catalog dev dataset is created using a dcatus-to-ckan conversion function in this branch |
include the remaining information that needs to be added to the transformed dataset ( dcatus-to-ckan ) |
User Story
datagov wants the ability to create a DCATUS dataset using the CKAN API in the new harvesting repo
Acceptance Criteria
[ACs should be clearly demoable/verifiable whenever possible. Try specifying them using BDD.]
AND a data.gov catalog-like CKAN system is running independently
AND a CKAN dataset schema reflecting the information on a dataset dataset page
WHEN the "create dataset"-equivalent function is called
THEN the DCATUS catalog will be transformed into the CKAN-compatible schema
THEN the transformed DCATUS catalog will be added to CKAN
Background
MAPPING
andSKIP
when we haveMAPPING_V1_1
andSKIP_V1_1
?Security Considerations (required)
[Any security concerns that might be implicated in the change. "None" is OK, just be explicit here!]
Sketch
Resources
The text was updated successfully, but these errors were encountered: