Skip to content
/ luigi Public
forked from spotify/luigi

Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.

License

Notifications You must be signed in to change notification settings

frogcam/luigi

 
 

Repository files navigation

Luigi Logo

Luigi is a Python (2.7, 3.6, 3.7 tested) package that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization, handling failures, command line integration, and much more.

Getting Started

Run pip install luigi-k8s-jobs-runner to install the latest stable version from PyPI. Documentation for the latest release is hosted on readthedocs.

Run pip install luigi-k8s-jobs-runner[toml] to install Luigi with TOML-based configs support.

About

Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 90.6%
  • JavaScript 7.3%
  • HTML 1.8%
  • Other 0.3%