Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atrkhomeini/etl-pipelines-world-bank


https://github.com/atrkhomeini/etl-pipelines-world-bank

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# ETL Pipeline - World Bank

## Run Locally

Clone the project

```bash
git clone https://github.com/atrkhomeini/etl-pipelines-world-bank.git
```

Go to the project directory

```bash
cd my-project
```

Setup environtment

```bash
conda env create -f environtment.yml
```

Install depends

```bash
pip install -r requirements.txt
```

Create structure folder

```bash
python template.py
```

## Kaggle's API
Docs: https://www.kaggle.com/docs/api

From the site header, click on your user profile picture, then go to the ‘Account’ tab of your user profile this will take you to your account settings, scroll down to the section of the page labelled API. To create a new token, click on the “Create New API Token” button. This will trigger the download of kaggle.json, a file containing your API credentials.

Move kaggle.json
```bash
C:\Users\\.kaggle\kaggle.json
```

## 🔗 Links
[![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](www.linkedin.com/in/ayat-tulloh-rk)
[![twitter](https://img.shields.io/badge/twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/atrkhomeini)