Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 464 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 464 Bytes

The Distiller

The distiller is a dependency management, data management, job scheduling and job distribution system for data scientists. Its aim is to automate and manage the execution of data-focused batch jobs and keep its data up-to-date while keeping the batch execution to a minimum with lazy execution.

Documentation

To see the documentation install Sphinx (pip install sphinx), run (cd doc && make html), then go to doc/build/html/index.html.