/ Home

Luigi

Note: notes

Clone the Docker

git clone git@github.com:spiside/docker-luigi.git
cd docker-luigi
./luigi setup

Verify

docker ps --filter "name=luigi"

Get into Container shell

./luigi shell
python -m src.tasks.example RunAllTasks
./luigi up
./luigi down
./luigi stop

Debugging

./luigi logs -f <optional: docker-compose service name>

Ref :