{"id":28893993,"url":"https://github.com/sreedevk/csv-ingestion-pipeline","last_synced_at":"2025-10-10T08:35:31.703Z","repository":{"id":66619896,"uuid":"411373804","full_name":"sreedevk/csv-ingestion-pipeline","owner":"sreedevk","description":"A Demo Project Implementing CSV Ingestion Pipelines using the Broadway Framework (Elixir)","archived":false,"fork":false,"pushed_at":"2024-12-17T14:02:33.000Z","size":190,"stargazers_count":6,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-21T03:50:37.460Z","etag":null,"topics":["broadway","csv","data-ingestion","demo","elixir","etl-pipeline"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/sreedevk.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}},"created_at":"2021-09-28T17:14:51.000Z","updated_at":"2024-12-17T14:02:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"25156049-b35a-4abf-a4fd-8a9527178287","html_url":"https://github.com/sreedevk/csv-ingestion-pipeline","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sreedevk/csv-ingestion-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreedevk%2Fcsv-ingestion-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreedevk%2Fcsv-ingestion-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreedevk%2Fcsv-ingestion-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreedevk%2Fcsv-ingestion-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sreedevk","download_url":"https://codeload.github.com/sreedevk/csv-ingestion-pipeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sreedevk%2Fcsv-ingestion-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003282,"owners_count":26083555,"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-10T02:00:06.843Z","response_time":62,"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":["broadway","csv","data-ingestion","demo","elixir","etl-pipeline"],"created_at":"2025-06-21T03:42:02.470Z","updated_at":"2025-10-10T08:35:31.690Z","avatar_url":"https://github.com/sreedevk.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GenreMatcher\n\nGenreMatcher is an example implementation of Broadway Pipelines for CSV data ingestion \u0026 matching.\nThe sample CSV used here is a movie dataset that was downloaded from kaggle - https://www.kaggle.com/chaitanyahivlekar/large-movie-dataset\n\nThe application uses redis streams to communicate between pipelines and processes.\n\n![1](https://user-images.githubusercontent.com/36154121/135732231-143db59e-6bb0-4211-b916-434ae97ab875.jpg)\n\n\nAuthors: Sreedev Kodichath, Joseph Giralt\n\n## Setup\n\n* Install asdf\n[ASDF Documentation](http://asdf-vm.com/guide/getting-started.html#_1-install-dependencies)\n\n* Install Language Servers + Compilers + Interpreters\n``` sh\nasdf install\n```\nPlease note that the above command will install the following software on your system:\n\n``` markdown\n    - elixir 1.12.2-otp-24\n    - erlang 24.0.5\n    - postgres 13.2\n    - nodejs 8.5.0\n    - docker 20.10.8\n```\n* Install Elixir + Erlang Dependencies\n\n``` sh\nmix deps.get\n```\n* Install Phoenix\n\n``` sh\nmix local.hex                     # will install hex package manager\nmix archive.install hex phx_new   # will install phoenix\n```\n\n* Edit `.envrc` with your local database creds\n* Create Database\n\n``` sh\nmix ecto.create\n```\n* Run Migrations\n\n``` sh\nmix ecto.migrate\n```\n\n## Screenshot\n\n![elixir broadway](https://github.com/user-attachments/assets/021efc1c-3289-41bc-b36e-4aa632be8cfe)\n![eb1](https://github.com/user-attachments/assets/aee512cf-a8bc-4d5a-ad35-1cc2b6960171)\n![eb2](https://github.com/user-attachments/assets/44bd2b91-516a-41cf-a908-a5051254f7aa)\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreedevk%2Fcsv-ingestion-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsreedevk%2Fcsv-ingestion-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsreedevk%2Fcsv-ingestion-pipeline/lists"}