Skip to content

Latest commit

 

History

History

bonobo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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