2377 Forks
16624 Stars
16624 Watchers

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.

How to download and setup luigi

Open terminal and run command
git clone https://github.com/spotify/luigi.git
git clone is used to create a copy or clone of luigi repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with luigi https://github.com/spotify/luigi/archive/master.zip

Or simply clone luigi with SSH
[email protected]:spotify/luigi.git

If you have some problems with luigi

You may open issue on luigi support forum (system) here: https://github.com/spotify/luigi/issues