A tiny ETL pipeline example for uploading photo data from Pexels API to sqlite3 database.
To run the whole pipeline (setup Python virtual environment, install dependencies and database) and download photos:
$ make all
To run only ETL job:
$ make run_etl
To run demo with SQL queries:
$ make demo