-
Notifications
You must be signed in to change notification settings - Fork 53
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
[super] Continuous Data Integration workflows around Data Packages #198
Comments
rufuspollock
changed the title
Continuous Integration workflows around Data Packages
Continuous Data Integration workflows around Data Packages
May 1, 2016
Working pretty well. |
rufuspollock
changed the title
Continuous Data Integration workflows around Data Packages
[super] Continuous Data Integration workflows around Data Packages
May 6, 2016
Closed
8 tasks
This issue was moved to #48 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For a long time we've discussed "continuous data integration" and doing this with Data Packages. This is a discussion space for these ideas.
What do we mean by "Continuous Data Integration"?
Continuous Integration with code means automated running of tests (and sometimes deployments) whenever new code is pushed.
For data, this would mean automatically validating (testing) data and metadata on each new contribution and running any deployment tests.
Sub parts
Initial Implementation
We could start out piggy-backing on existing code CI services such as Travis: instead of running code test we run data validate tests as a code test.
By hand version
Standardize:
The text was updated successfully, but these errors were encountered: