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

https://github.com/jmbarzee/team

Proof of concept for lightweight worker pattern
https://github.com/jmbarzee/team

channels fan fan-in fan-out golang proof-of-concept workers

Last synced: 3 months ago
JSON representation

Proof of concept for lightweight worker pattern

Awesome Lists containing this project

README

        

# Team Pattern Written in GoLang
This is a simple fan-out/fan-in, worker pattern, used as a proof of concept and teaching tool.
The highlight of this repository is the use of Go's Channels in building effective concurency designs allowing for parallelism

Example: ```go get github.com/jmbarzee/teamdemo```

To Use
1. [Install golang](https://golang.org/dl/)
2. ```go get github.com/jmbarzee/team```
3. import ```github.com/jmbarzee/team``` in desired location
4.