Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Adding /datapackage #63

Open
kinlane opened this issue Sep 15, 2017 · 1 comment
Open

Adding /datapackage #63

kinlane opened this issue Sep 15, 2017 · 1 comment

Comments

@kinlane
Copy link
Contributor

kinlane commented Sep 15, 2017

I'm going to add a datapackage path to the bulk data service, allowing for the POSTing and processing of a datapackage.json file:

{
"name": "a-unique-human-readable-and-url-usable-identifier",
"datapackage_version": "1.0-beta",
"title": "A nice title",
"description": "...",
"version": "2.0",
"keywords": ["name", "My new keyword"],
"licenses": [{
"url": "http://opendatacommons.org/licenses/pddl/",
"name": "Open Data Commons Public Domain",
"version": "1.0",
"id": "odc-pddl"
}],
"sources": [{
"name": "World Bank and OECD",
"web": "http://data.worldbank.org/indicator/NY.GDP.MKTP.CD"
}],
"contributors":[ {
"name": "Joe Bloggs",
"email": "[email protected]",
"web": "http://www.bloggs.com"
}],
"maintainers": [ {
"name": "Joe Bloggs",
"email": "[email protected]",
"web": "http://www.bloggs.com"
}],
"publishers": [ {
"name": "Joe Bloggs",
"email": "[email protected]",
"web": "http://www.bloggs.com"
}],
"resources": [
{
"path": "relative-path-to-file",
"url": "online url"
}
]
}

I will handle the same as bulk JSON POSTS, process each record, and submit as JSON Job which can then be processed on schedule or events.

@kinlane
Copy link
Contributor Author

kinlane commented Sep 15, 2017

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant