Skip to content

nagyistge/discoproject-goworker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Worker for Disco

This is an implementation of Disco worker protocol in golang. See [discoproject.org] (http://discoproject.org) for more information.

There is a sample worker in the examples directory. In order to run this worker, you need the jobpack utility:

$ go get github.com/discoproject/goworker/jobpack
$ $GOPATH/bin/jobpack -W $GOPATH/src/github.com/discoproject/goworker/examples/count_words.go -I http://discoproject.org/media/text/chekhov.txt

Warning: This is a work in progress and it is not ready for production use.

This implementation requires golang v1.1 or later.

Build Status: Travis-CI :: Travis-CI

About

A Disco worker written in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%