{"id":23074493,"url":"https://github.com/iamazeem/kiba-etl-test","last_synced_at":"2025-10-23T22:32:19.120Z","repository":{"id":90259699,"uuid":"500097341","full_name":"iamazeem/kiba-etl-test","owner":"iamazeem","description":"Just a simple CSV ETL test using Ruby and Kiba!","archived":false,"fork":false,"pushed_at":"2022-06-06T02:30:58.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-16T08:34:48.166Z","etag":null,"topics":["etl","kiba","ruby","sample-project"],"latest_commit_sha":null,"homepage":"https://github.com/iamazeem/kiba-etl-test","language":"Ruby","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/iamazeem.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":"2022-06-05T12:53:47.000Z","updated_at":"2022-06-06T02:33:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"59214a0a-bfb2-458e-b1b9-8b28c7a2092f","html_url":"https://github.com/iamazeem/kiba-etl-test","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/iamazeem%2Fkiba-etl-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2Fkiba-etl-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2Fkiba-etl-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamazeem%2Fkiba-etl-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamazeem","download_url":"https://codeload.github.com/iamazeem/kiba-etl-test/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237890773,"owners_count":19382565,"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":["etl","kiba","ruby","sample-project"],"created_at":"2024-12-16T08:28:40.697Z","updated_at":"2025-10-23T22:32:14.080Z","avatar_url":"https://github.com/iamazeem.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kiba-etl-test\n\n[![ci](https://github.com/iamazeem/kiba-etl-test/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/iamazeem/kiba-etl-test/actions/workflows/ci.yml)\n\nJust a simple [CSV](https://en.wikipedia.org/wiki/Comma-separated_values)\n[ETL](https://en.wikipedia.org/wiki/Extract,_transform,_load) test using\n[Ruby](https://en.wikipedia.org/wiki/Ruby_(programming_language)) and\n[Kiba](https://github.com/thbar/kiba)!\n\n[Rakefile](Rakefile) would be the starting point to read the code.\n\nThe `item` field is transformed to lowercase; and, the `price` field is\ntransformed to integer from float and then multiplied by 2.\n\nSource:\n\n```shell\n$ cat data/source.csv \nid,item,price\n1,ABC,6.00\n2,XYZ,3.00\n```\n\nDestination:\n\n```shell\n$ cat data/destination.csv \nid,item,price\n1,abc,12\n2,xyz,6\n```\n\nWritten and tested on:\n\n- Ubuntu 20.04\n- Ruby 2.7.2p137\n\n## Set up\n\nClone:\n\n```shell\ngit clone github.com:iamazeem/kiba-etl-test.git\n```\n\nInstall dependencies:\n\n```shell\nbundle install\n```\n\n## Run\n\n```shell\nbundle exec rake test\n```\n\nSee input and output files under [data](data) directory.\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazeem%2Fkiba-etl-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamazeem%2Fkiba-etl-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamazeem%2Fkiba-etl-test/lists"}