Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 367 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 367 Bytes

Generators as RAM-friendly ETL.

Some code samples and word-less RISE presentation on topic.

Development

To install dependencies:

make install

To start postgres container:

make docker-start-postgres

To stop postgres container:

make docker-stop-postgres

To start jupyter with RISE slides:

make jupyter