Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakobera/luigi-bigquery-exercise
Example code of bq_sushi2
https://github.com/hakobera/luigi-bigquery-exercise
Last synced: about 1 month ago
JSON representation
Example code of bq_sushi2
- Host: GitHub
- URL: https://github.com/hakobera/luigi-bigquery-exercise
- Owner: hakobera
- License: apache-2.0
- Created: 2015-11-17T12:28:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-02T07:11:25.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T09:15:53.804Z (8 months ago)
- Language: Python
- Homepage: http://eventdots.jp/event/573251
- Size: 18.6 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# luigi-bigquery-exercise
Example code of bq_sushi2
## Setup
```bash
$ pip install -r requirements.txt
```## Run with local scheduler
```
$ ./tasks/tasks.py DailyTask --day 2015-11-17 --local-scheduler
```## Run with central scheduler
Run luigid first, and open http://localhost:8082.
```bash
$ luigid
```Then open another console and run
```bash
$ ./tasks/tasks.py DailyTask --day 2015-11-17
```