Skip to content

Instantly share code, notes, and snippets.

@springcoil
Last active October 26, 2015 18:42
Show Gist options
  • Select an option

  • Save springcoil/0e3492e037a135f9b82d to your computer and use it in GitHub Desktop.

Select an option

Save springcoil/0e3492e037a135f9b82d to your computer and use it in GitHub Desktop.
What data pipelines are there in python?

I want to do ETL and I want to do it in python. What tools do I have access to?

@springcoil
Copy link
Author

These are notes - not a thorough study.

@erikbern
Copy link

I wouldn't say Luigi is "very heavy weight" but it's certainly aimed at for production ETL with a bunch of features for automation, monitoring, retries, and stuff.

@msure
Copy link

msure commented Oct 26, 2015

You might be interested in bubbles (http://bubbles.databrewery.org/) and cubes (http://cubes.databrewery.org/)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment