Skip to content
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

Data Enrichment Extensions #151

Open
jqnatividad opened this issue Jun 2, 2015 · 1 comment
Open

Data Enrichment Extensions #151

jqnatividad opened this issue Jun 2, 2015 · 1 comment

Comments

@jqnatividad
Copy link
Contributor

Once #150 is implemented and we have a more robust way to upload data into the Datastore, we'll have the necessary metadata (JSON Table Schema) to support the development of Data Enrichment Extensions.

Perhaps, enrichment can be done by either by local services or remote services using webhooks (#122)?

Some obvious data-enrichment services:

Data Enrichment Extensions are a special class of CKAN extensions that operate on Datastore data.

To obviate the need for revisions, I suggest that all enrichment will only be additive - adding columns perhaps with a special prefix (e.g. _e_latitude, _e_longitude, etc.) This is similar to how CartoDB adds columns to data when you import it (i.e. cartodb_id, the_geom).

Having this convention to enriched column names may actually help with linking entities across datasets (e.g. _e_wikidata_id, _e_wikidata_url) as the names are standardized.

@jqnatividad
Copy link
Contributor Author

For geocoding, we have deployed https://github.com/wardi/ckanext-geocodejob in WPRDC and it works!

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

No branches or pull requests

1 participant