{"id":30745320,"url":"https://github.com/mabel-dev/flows","last_synced_at":"2025-10-08T11:33:17.272Z","repository":{"id":295140839,"uuid":"989293852","full_name":"mabel-dev/flows","owner":"mabel-dev","description":"Data Pipelines","archived":false,"fork":false,"pushed_at":"2025-07-03T07:55:35.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-04T03:12:06.513Z","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/mabel-dev.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-23T20:25:52.000Z","updated_at":"2025-07-03T07:55:38.000Z","dependencies_parsed_at":"2025-05-30T22:55:19.390Z","dependency_job_id":"edbf78bd-df69-4ee1-8857-b4a61f267850","html_url":"https://github.com/mabel-dev/flows","commit_stats":null,"previous_names":["mabel-dev/flows"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mabel-dev/flows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mabel-dev%2Fflows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mabel-dev%2Fflows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mabel-dev%2Fflows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mabel-dev%2Fflows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mabel-dev","download_url":"https://codeload.github.com/mabel-dev/flows/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mabel-dev%2Fflows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278934556,"owners_count":26071464,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2025-09-04T03:08:38.357Z","updated_at":"2025-10-08T11:33:17.218Z","avatar_url":"https://github.com/mabel-dev.png","language":"Python","readme":"# flows\n\nGithub Actions-style data pipline execution engine.\n\n## Terminology\n\n- **Flow**: A single executable instance of a _pipeline_.\n- **Operator**: A reusable processing task.\n- **Pipeline**: The sequence of _operators_ (tasks) to be performed.\n- **Step**: A specific instance of an _operator_, configured and executed as part of a _flow_.\n- **Tenant**: A permission boundary for access to resources.\n\n## Example Pipeline Definition\n\nBelow is an example of a pipeline definition in YAML format:\n\n~~~yaml\nname: user_data_pipeline\ntenant: acme_corp\n\nschema:\n  - name: name\n    description: Full name of the user\n    type: varchar\n    expectations:\n      not_null: true\n      min_length: 2\n\n  - name: age\n    description: Age of the user\n    type: integer\n    expectations:\n      min: 0\n\nsteps:\n  - name: load_data\n    uses: internal/read@1.0.0\n    config:\n      path: \"gs://data.csv\"\n\n  - name: filter_data\n    uses: internal/filter@latest\n    config:\n      conditions:\n        - [[\"length\", \"\u003e=\", 4], [\"status\", \"==\", \"approved\"]]\n        - [[\"is_published\", \"==\", true]]\n\n  - name: save_results\n    uses: internal/save@1.0.0\n    config:\n      endpoint: \"https://{{ environment.HOST }}/upload\"\n      username: \"{{ secrets.API_USER }}\"\n      password: \"{{ secrets.API_PASSWORD }}\"\n~~~","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmabel-dev%2Fflows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmabel-dev%2Fflows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmabel-dev%2Fflows/lists"}