Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twitter-archive/gozer
Prototype mesos framework using new low-level API built in Go
https://github.com/twitter-archive/gozer
Last synced: about 1 month ago
JSON representation
Prototype mesos framework using new low-level API built in Go
- Host: GitHub
- URL: https://github.com/twitter-archive/gozer
- Owner: twitter-archive
- License: apache-2.0
- Archived: true
- Created: 2014-07-17T21:17:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-17T18:18:49.000Z (about 10 years ago)
- Last Synced: 2024-04-15T14:16:42.732Z (8 months ago)
- Language: Go
- Homepage:
- Size: 2.81 MB
- Stars: 61
- Watchers: 108
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mesos - Gozer - Prototype with low-level go API (Frameworks / Experimental/Example/Unsorted)
README
gozer
=====
[![Build Status](https://travis-ci.org/twitter/gozer.svg?branch=master)](https://travis-ci.org/twitter/gozer)
[![GoDoc](https://godoc.org/github.com/twitter/gozer?status.svg)](https://godoc.org/github.com/twitter/gozer)Prototype mesos framework using new low-level API built in Go.
Building
--------This code is part of the greater [golang](http://golang.org/) community. It can be retrieved, compiled, tested, and installed using the `go` tool. In order to use this, you will need a correctly setup `golang` [environment](http://golang.org/doc/code.html).
```bash
shell$ cd $GOPATH
shell$ go get github.com/twitter/gozer/gozer
shell$ go test github.com/twitter/gozer/...
shell$ bin/gozer --help
```