Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 381 Bytes

Pexels ETL

A tiny ETL pipeline example for uploading photo data from Pexels API to sqlite3 database.

Usage

To run the whole pipeline (setup Python virtual environment, install dependencies and database) and download photos:

$ make all

Examples

To run only ETL job:

$ make run_etl

To run demo with SQL queries:

$ make demo