Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/remeh/gost
- Owner: remeh
- Created: 2014-07-17T11:36:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-03T20:04:57.000Z (over 10 years ago)
- Last Synced: 2023-03-24T08:46:07.323Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 328 KB
- Stars: 18
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.