Skip to main content

Python ETL framework.

Project description

devoe

Devoe is a Python ETL framework allowing you to create pipelines and customize your ETL process as you wish.

Features

Installation

$ pip install devoe

How to use

Below is the example of simple ETL task to extract data from one table to another.

import devoe as de


select = de.Select(database='billing', file='select.sql')
table = de.Table(database='dwh', schema='billing', name='invoices')
pipeline = de.Pipeline(select, table)
pipeline.run()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

devoe-0.1.0.tar.gz (23.2 kB view hashes)

Uploaded Source

Built Distribution

devoe-0.1.0-py3-none-any.whl (28.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page