This repository contains Zeppelin runtime.
We use govendor for dependencies management. To install dependencies type:
$ govendor sync
To build API binary type:
$ go build -o api cmd/api/*
To build worker binary type:
$ go build -o worker cmd/worker/*