blubecks / StarWarsETL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Browse StarWars API

Just a simple use case of an ETL in python using StarWarsAPI

Table of Contents

Installation and Usage

  1. Clone the repository:
    git clone https://github.com/your-username/project-name.git
  2. Build the docker image:
    docker build -t my-python-app .  
  3. Run it!!:
    docker run  my-python-app  
    

Tests

  1. Build the docker image:
    docker build -t my-python-app .  
  2. Run it!!:
    docker run -v $(pwd):/app my-python-app python -m pytest
    

About


Languages

Language:Python 98.4%Language:Dockerfile 1.6%