luigi

GitHub

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.

18,745 stars Python 1 file ยท ~19,827 tokens #hadoop#luigi#orchestration-framework#python#scheduling

luigi MCP Server

MCP server for spotify/luigi

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "luigi": {
      "command": "npx",
      "args": [
        "-y",
        "@spotify/luigi"
      ]
    }
  }
}