Home
Softono

Etljob

Open source BSD-2-Clause Python
29
Stars
10
Forks
2
Issues
1
Watchers
3 years
Last Commit

 About Etljob

Simple ETL pipeline using Python

Platforms

Web Self-hosted Docker

Languages

Python

Links

Need Help Installing Etljob?

We provide expert installation service for this software. Our team will install, configure, and secure Etljob on your server. plans start at just $30.

Example ETL job using Python

Build Python 3.8

This example ETL jobs scrapes data from azair.com, formulates records and saves them into the SQLite database.

"ETL"

Requirements

  1. Docker

Run ETL job

You can use optional parameter with tag version. (eg. v0.1)

  1. Build docker image
./build.sh
  1. Run docker image
./run.sh

Run tests

pytest --show-capture=no