Skip to content

vipoliveira/trips_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trips Challenge

The purpose of this repo, is to solve the challenged referenced by: Data Engineering Challenge

Solved:

Bonus features:

Architecture:

  • I didn't use any IaC solution to deploy these services/tools because it was really simple doing that using interface

Architecture

Setup:

  • Create a .env file
    USER_EMAIL="" 
    CSV_FILE_PATH="./path/to_docs/samples/file.csv"
    GOOGLE_APPLICATION_CREDENTIALS="./path/example.json"
    GOOGLE_CLOUD_BUCKET_NAME="jobsity"
    SENDGRID_API_KEY=''
    SENDGRID_EMAIL_SENDER=''

Build application:

docker build . -t trips_challenge:latest
docker run -p 8000:8000 trips_challenge --host 0.0.0.0

Browser: http://127.0.0.1:8000/docs#/

Run locally:

Requesites:

  • Python >= 3.10.6
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors