{"id":20168549,"url":"https://github.com/manuelandersen/reddit-pipeline","last_synced_at":"2026-06-10T05:31:34.843Z","repository":{"id":253985013,"uuid":"835971369","full_name":"manuelandersen/reddit-pipeline","owner":"manuelandersen","description":"Reddit data extraction to S3 bucket","archived":false,"fork":false,"pushed_at":"2024-08-20T15:55:11.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-10T04:50:11.110Z","etag":null,"topics":["airflow","aws-s3","reddit-api"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manuelandersen.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":"2024-07-30T22:40:56.000Z","updated_at":"2024-08-20T15:56:07.000Z","dependencies_parsed_at":"2024-08-21T21:03:41.872Z","dependency_job_id":null,"html_url":"https://github.com/manuelandersen/reddit-pipeline","commit_stats":null,"previous_names":["manuelandersen/reddit-pipeline"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/manuelandersen/reddit-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Freddit-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Freddit-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Freddit-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Freddit-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manuelandersen","download_url":"https://codeload.github.com/manuelandersen/reddit-pipeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manuelandersen%2Freddit-pipeline/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34139178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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":["airflow","aws-s3","reddit-api"],"created_at":"2024-11-14T01:08:35.535Z","updated_at":"2026-06-10T05:31:34.828Z","avatar_url":"https://github.com/manuelandersen.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reddit ELT Pipeline \n\nThis is a repo to implement an ETL pipeline for Reddit data using Airflow and AWS cloud services.\n\n## Overview\n\nWhat the pipelines does:\n\n- Extract Reddit data trough their API.\n- Load the data to an S3 bucket.\n- Perform some transformations to the data using AWS Glue.\n\n## Installation\n\n1)  Clone the repository\n\n``` bash\ngit clone https://github.com/manuelandersen/reddit-pipeline.git\n```\n\n2)  Create a virtual environment (optional but recommended):\n\n``` bash\npython3 -m venv venv\nsource venv/bin/activate\n```\n\n3)  Install the dependencies:\n\n``` bash\npip install -r requirements.txt\n```\n\n4) Rename the configuration file:\n\n``` bash\n mv config/config.conf.example config/config.conf\n``` \n\u003e [!WARNING]  \n\u003e Make sure to put the credentials you need in the new config.conf file.\n\n5) Build and run the Docker container:\n\n``` bash\ndocker compose up -d --build\n``` \n\n6) Open Airflow web UI:\n\nIn your browser go to `http://localhost:8080`, you will see the DAG's and then you can run them.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelandersen%2Freddit-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanuelandersen%2Freddit-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanuelandersen%2Freddit-pipeline/lists"}