Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/remeh/gost

OLD AND DEPRECATED - A realtime distributed computation system using NSQ and Etcd.
https://github.com/remeh/gost

Last synced: 3 months ago
JSON representation

OLD AND DEPRECATED - A realtime distributed computation system using NSQ and Etcd.

Awesome Lists containing this project

README

        

Gost
=====

A distributed realtime computation system for Go applications.
Using NSQ to broadcast and load-balance tasks pushed on one of the Gost controllers (http, rpc, ...), Gost could be a basic subsitute to Apache Storm to create scalable Go backend applications.

# Dependency

```
go get github.com/remeh/go-webserver
go get github.com/bitly/go-nsq
go get gopkg.in/yaml.v1
go get github.com/coreos/go-etcd/etcd
```

# TODO

* A Logger format.
* Document an example.