Skip to content

nunomrc/dask-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dask-template

This project aims to be a starting point for Dask related data pipelines.

Dask documentation: http://docs.dask.org/en/latest/

Prerequisites

Install python and virtualenv

Continuous Integration

Check CI status here

How-to

  • All-in-one: make all
    • Setup, format, test and package
  • Setup: make setup
    • Installs all dependencies
  • Test: make test
  • Clean: make clean
    • Removes all cached files
  • Format: make checkFormat
    • Checks standard style is applied
    • Using pylama
    • Configure settings on pylama.ini
  • Package: make package
    • Creates a bundle of software to be installed
  • Docs: make docs
    • Generates documentation from modules
    • Using pydoc

Note: Run Setup as your init command (or after Clean)

To-Do

  • Add more Dask methods (+ tests)
  • Wrap package into Docker image
  • Support Jupyter notebook

About

Dask template project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 76.0%
  • Makefile 24.0%