Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 498 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 498 Bytes

bonobo

Bonobo is a lightweight Extract-Transform-Load (ETL) framework for Python 3.5+.

It provides tools for building data transformation pipelines, using plain python primitives, and executing them in parallel.

https://www.bonobo-project.org/

Setup

sudo apt-get install libmysqlclient-dev postgresql-server-dev-all
python3 -m venv venv
./venv/bin/pip install -r requirements.txt

What's happening

  • nothing unfortunately

Pros/Cons

  • C: database access very alpha/hacky