{"id":19298661,"url":"https://github.com/ibbd-dev/getl","last_synced_at":"2025-07-07T04:02:59.242Z","repository":{"id":117525212,"uuid":"128004347","full_name":"ibbd-dev/getl","owner":"ibbd-dev","description":"Golang ETL","archived":false,"fork":false,"pushed_at":"2018-04-17T10:00:22.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-05T22:24:53.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ibbd-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-04-04T03:54:21.000Z","updated_at":"2018-04-17T10:00:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"f867cd62-dd4f-4288-abd1-69d418b041f6","html_url":"https://github.com/ibbd-dev/getl","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/ibbd-dev%2Fgetl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fgetl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fgetl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibbd-dev%2Fgetl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibbd-dev","download_url":"https://codeload.github.com/ibbd-dev/getl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240400334,"owners_count":19795332,"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-11-09T23:08:44.698Z","updated_at":"2025-02-24T01:15:31.328Z","avatar_url":"https://github.com/ibbd-dev.png","language":"Go","readme":"# getl\nGolang ETL\n\n借鉴类似shell的管道概念实现ETL功能，使用上，如：\n\n```sh\n# 将age字段值+12，并替换原有的age值，输出也是csv格式\ngetl input --type=csv --filename=test.csv --fields-type=\"age:int\" \\\n  | getl operation --expression=\"{age}+12\" --result-field=\"age\" \\\n  | getl output --type=csv --filename=output.csv\n```\n\n## 三个组件\n\n- input: 输入\n  - csv\n- transform: 转换\n- output: 输出\n  - csv\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibbd-dev%2Fgetl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fibbd-dev%2Fgetl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fibbd-dev%2Fgetl/lists"}