bonobo

Package — Data EngineeringPython 3.7+Advanced

Lightweight ETL framework with a graph-based API

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install bonobo

Learn by Difficulty

Quick Example

python
# Install: pip install bonobo
import bonobo

# Basic bonobo usage
print(f"Using bonobo")
# See documentation for detailed examples

bonobo is a third-party package. Lightweight ETL framework with a graph-based API. Install with: pip install bonobo

Try in Playground

Tags

packagedata-engineeringetlpipeline