An open API service indexing awesome lists of open source software.

https://github.com/shmokmt/luigi-sample

Luigi sample project.
https://github.com/shmokmt/luigi-sample

luigi pipeline python3

Last synced: 7 months ago
JSON representation

Luigi sample project.

Awesome Lists containing this project

README

          

## Luigi sample

### Usage

local-scheduler

```bash
$ python tasks/sample.py TaskA --local-scheduler
```

workers

```bash
$ python tasks/wrapper-sample.py --workers 3
```

## Refs

- [Luigi Official readthedocs](https://luigi.readthedocs.io/en/stable/index.html)
- [Luigiでデータ処理をきれいに書こう | RCO Ad-Tech Lab Blog](https://www.rco.recruit.co.jp/career/engineer/blog/akiba-python-luigi-01/)
- [機械学習で便利なluigiフレームワークの使い方 | M3 Tech Blog](https://www.m3tech.blog/entry/2018/10/17/105115)
- [luigiのtargetを自分で書くための解説 | M3 Tech Blog](https://www.m3tech.blog/entry/2018/11/12/110000)
- [hakobera/luigi-bigquery-exercise](https://github.com/hakobera/luigi-bigquery-exercise/blob/master/doc/luigi-basics.md)
- [Python: Luigiのパラメータ爆発問題について | CUBE SUGAR CONTAINER](https://blog.amedama.jp/entry/luigi-parameter-explosion)
- [Python: Luigiのイベントハンドラを試してみる | CUBE SUGAR CONTAINER](https://blog.amedama.jp/entry/luigi-event-handler)
- [Python: データパイプライン構築用フレームワークLuigiを使ってみる](https://blog.amedama.jp/entry/2017/05/13/203907) recommendation
- [Luigi | いかたこのたこつぼ](https://ikatakos.com/pot/programming/python/packages/luigi)
- [Luigi逆引きリファレンス](https://qiita.com/hagino3000/items/b9a7761dad1f352ec723#gcp)