An opinionated framework for running big data jobs
For usage please click here
If you'd like to work on this tool please read the rest of this readme to get set up with a development environment.
$ pip install -r requirements.txt
$ pip install setup.py
This project includes a number of helpers in the Makefile
to streamline common development tasks.
The following demonstrates setting up and working with a development environment:
### create a virtualenv for development
$ make virtualenv
$ source env/bin/activate
### run cluster_funk cli application
$ cluster_funk --help
### run pytest / coverage
$ make test