/zeppelin

Primary LanguageGoApache License 2.0Apache-2.0

Zeppelin

Build Status

This repository contains Zeppelin runtime.

Installing dependencies

We use govendor for dependencies management. To install dependencies type:

$ govendor sync

Building

To build API binary type:

$ go build -o api cmd/api/*

To build worker binary type:

$ go build -o worker cmd/worker/*