vania-pooh / zeppelin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/*

About

License:Apache License 2.0


Languages

Language:Go 92.7%Language:Java 5.1%Language:Shell 2.1%