{"id":13557833,"url":"https://github.com/frictionlessdata/example-continuous-data-integration","last_synced_at":"2025-04-03T12:31:13.279Z","repository":{"id":142053190,"uuid":"57602903","full_name":"frictionlessdata/example-continuous-data-integration","owner":"frictionlessdata","description":"[DEPRECATED] Please use https://goodtables.io","archived":true,"fork":false,"pushed_at":"2016-09-15T22:18:25.000Z","size":8,"stargazers_count":12,"open_issues_count":2,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-04T08:36:32.732Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/frictionlessdata.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2016-05-01T14:58:42.000Z","updated_at":"2023-01-28T18:18:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"7380eea0-782a-4b60-8789-121fd3316787","html_url":"https://github.com/frictionlessdata/example-continuous-data-integration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frictionlessdata%2Fexample-continuous-data-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frictionlessdata%2Fexample-continuous-data-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frictionlessdata%2Fexample-continuous-data-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frictionlessdata%2Fexample-continuous-data-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frictionlessdata","download_url":"https://codeload.github.com/frictionlessdata/example-continuous-data-integration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247002253,"owners_count":20867433,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T12:04:34.419Z","updated_at":"2025-04-03T12:31:12.992Z","avatar_url":"https://github.com/frictionlessdata.png","language":"Python","readme":"Continuous Data Integration!\n\n[![Build Status](https://img.shields.io/travis/frictionlessdata/example-continuous-data-integration.svg?branch=master\u0026label=datapackage%20validation)](https://travis-ci.org/frictionlessdata/example-continuous-data-integration)\n\nIt goes like this:\n\n1. You have a data package - like the one here.\n2. You install a small script for testing the data package - see `scripts/test_data.py`\n3. Configure travis CI - see `.travis.yml`\n4. Hey presto - your data will be checked on every commit or pull request\n\n\n## Examples\n\nHere's some example of actual builds:\n\n* TODO\n\nWe also list the sample outputs below. You can configure error output to be in JSON\nor CSV rather than TXT.\n\n### Bad Structure\n\nThis \"bad\" CSV (won't get any dinner):\n\n```\nDate,Country,Number,\n2015-01-01,3,20.3\n2015-02-01,United States,23.5,,\n2015-02,United States,x23.5,,,\n,,\n```\n\nResults in:\n\n```\n+----------------+---------------+-------------+-------------------------------------------------------+\n| result_name    | result_id     |   row_index | result_message                                        |\n+================+===============+=============+=======================================================+\n| Missing Header | structure_001 |           0 | Headers column is empty.                              |\n+----------------+---------------+-------------+-------------------------------------------------------+\n| Defective Row  | structure_003 |           0 | The row dimensions are incorrect compared to headers. |\n+----------------+---------------+-------------+-------------------------------------------------------+\n| Defective Row  | structure_003 |           1 | The row dimensions are incorrect compared to headers. |\n+----------------+---------------+-------------+-------------------------------------------------------+\n| Defective Row  | structure_003 |           2 | The row dimensions are incorrect compared to headers. |\n+----------------+---------------+-------------+-------------------------------------------------------+\n| Empty Row      | structure_005 |           3 | Row is empty.                                         |\n+----------------+---------------+-------------+-------------------------------------------------------+\n| Defective Row  | structure_003 |           3 | The row dimensions are incorrect compared to headers. |\n+----------------+---------------+-------------+-------------------------------------------------------+\n```\n\n### Bad Schema\n\nThis \"bad\" CSV (must be punished):\n\n```\nDate,Country,Number\n2015-01-01,3,20.3\n2015-02-01,United States,23.5\n2015-02,United States,x23.5\n```\n\nResults in:\n\n```\n+----------------+----------------+-------------+-------------------------------------------------------------+\n| result_name    |   column_index |   row_index | result_message                                              |\n+================+================+=============+=============================================================+\n| Incorrect Type |              0 |           2 | The value \"2015-02\" in column \"Date\" is not a valid Date.   |\n+----------------+----------------+-------------+-------------------------------------------------------------+\n| Incorrect Type |              2 |           2 | The value \"x23.5\" in column \"Number\" is not a valid Number. |\n+----------------+----------------+-------------+-------------------------------------------------------------+\n```\n","funding_links":[],"categories":["Python","others"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrictionlessdata%2Fexample-continuous-data-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrictionlessdata%2Fexample-continuous-data-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrictionlessdata%2Fexample-continuous-data-integration/lists"}