{"id":27443893,"url":"https://github.com/josephmachado/data-engineering-interview-series","last_synced_at":"2025-04-15T02:58:06.460Z","repository":{"id":252772956,"uuid":"841408842","full_name":"josephmachado/data-engineering-interview-series","owner":"josephmachado","description":"Repository for Data Engineering Interview Series","archived":false,"fork":false,"pushed_at":"2024-10-17T19:43:09.000Z","size":208,"stargazers_count":29,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T02:57:57.308Z","etag":null,"topics":["data-structures","dataengineering","interview"],"latest_commit_sha":null,"homepage":"https://www.startdataengineering.com/post/de_interview_dsa/","language":"Jupyter Notebook","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/josephmachado.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-08-12T10:54:07.000Z","updated_at":"2025-03-13T02:30:51.000Z","dependencies_parsed_at":"2024-10-20T01:14:21.727Z","dependency_job_id":"305dd489-218e-4eb9-b984-12dfb5fbe019","html_url":"https://github.com/josephmachado/data-engineering-interview-series","commit_stats":null,"previous_names":["josephmachado/data-engineering-interview-series"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephmachado%2Fdata-engineering-interview-series","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephmachado%2Fdata-engineering-interview-series/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephmachado%2Fdata-engineering-interview-series/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josephmachado%2Fdata-engineering-interview-series/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josephmachado","download_url":"https://codeload.github.com/josephmachado/data-engineering-interview-series/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997095,"owners_count":21195797,"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":["data-structures","dataengineering","interview"],"created_at":"2025-04-15T02:58:05.876Z","updated_at":"2025-04-15T02:58:06.447Z","avatar_url":"https://github.com/josephmachado.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n* [Data Engineering Interview Series Posts](#data-engineering-interview-series-posts)\n* [Prerequisites](#prerequisites)\n* [Setup](#setup)\n    * [Option 1: Github codespaces (Recommended)](#option-1-github-codespaces-recommended)\n    * [Option 2: Run locally](#option-2-run-locally)\n\nThis is a repo that contains all the code for my **\"Data Engineering Interview Series\"**.\n\n## Data Engineering Interview Series Posts \n\n1. [Data Engineering Interview Series #1: Data Structures and Algorithms](https://www.startdataengineering.com/post/de_interview_dsa/)\n\n## Prerequisites\n\n1. Sign up for a Github account.\n\n## Setup\n\nYou have two options to run the exercises in this repo\n\n### Option 1: Github codespaces (Recommended)\n\n:exclamation: Codespaces has limited free tier per month.\n\nSteps:\n\n1. Create [Github codespaces with this link](https://github.com/codespaces/new?skip_quickstart=true\u0026machine=basicLinux32gb\u0026repo=841408842\u0026ref=main\u0026geo=UsEast).\n2. Now open the [./DSA/dsa_prep.ipynb](./DSA/dsa_prep.ipynb) (or any ipynb) and it will open in a Jupyter notebook interface. You will be asked for your kernel choice, choose `Python Environments` and then `python3.10.13 Global`.\n        ![Jupyter notebook in VScode](./images/vsjupy.png)\n\n### Option 2: Run locally\n\nSteps:\n\n1. Clone this repo, cd into the cloned repo\n2. Start a virtual env and install requirements.\n3. Start Jupyter lab and run the `ipynb` notebooks.\n\n```bash\ngit clone https://github.com/josephmachado/data-engineering-interview-series.git\ncd data-engineering-interview-series\npython -m venv ./env # create a virtual env\nsource env/bin/activate # use virtual environment\npip install -r requirements.txt\njupyter lab\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephmachado%2Fdata-engineering-interview-series","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosephmachado%2Fdata-engineering-interview-series","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosephmachado%2Fdata-engineering-interview-series/lists"}