Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atrkhomeini/etl-pipelines-world-bank
https://github.com/atrkhomeini/etl-pipelines-world-bank
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/atrkhomeini/etl-pipelines-world-bank
- Owner: atrkhomeini
- Created: 2024-07-18T00:20:34.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-28T16:09:34.000Z (7 months ago)
- Last Synced: 2024-11-09T11:06:05.412Z (3 months ago)
- Language: Python
- Size: 9.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/apiFrom 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)