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

https://github.com/tilacog/luigi-talk-pydatabh-example

Code used in PyData BH #1
https://github.com/tilacog/luigi-talk-pydatabh-example

luigi python3

Last synced: 7 months ago
JSON representation

Code used in PyData BH #1

Awesome Lists containing this project

README

          

This example showcases a simple luigi data pipeline that downloads a book, count its words and loads the results into a sqlite3 database.

## Installation

Install requirements:

```
$ pip install -r requirements.txt
```

## Usage

Example:

```
$ python book_word_count.py LoadToDatabase --book-url="http://www.gutenberg.org/cache/epub/5200/pg5200.txt" --local-scheduler
```