Skip to content

We though about "clattering" as in "a clattering of jackdaws" but settled for clusterfunk

License

Notifications You must be signed in to change notification settings

lab5e/clusterfunk

 
 

Repository files navigation

Clusterfunk

GoDoc documentation @ pkg.go.dev

What it is

This is a cluster library for Go. At its core it uses Raft and Serf to manage and automate clusters of nodes.

What it isn't

A silver bullet.

Requirements

clusterfunk requires Go version 1.12 or later. You'll need a few linters to run the lint target but you can build a version with make nolint which will just run the tests and build the binaries.

Building

This library requires a fairly recent version of Go, at least 1.12. If you are modifying the protobuffer files you'll need the protoc compiler. The generated files are included in the source tree so you won't need it unless you use make generate (or go generate ./...).

Run make to build the demo service. The build uses a host of checkers (golint, go vet, staticcheck, revive and golangci-lint) so you might get some errors if you miss one or more of those.

Get them the usual way:

go get -u golang.org/x/lint/golint
go get honnef.co/go/tools/cmd/staticcheck
go get -u github.com/mgechev/revive
# This only works for macOS, check out https://github.com/golangci/golangci-lint#install for other platforms
# go get works as well but the author doesn't recommend it.
brew install golangci/tap/golangci-lint

Temp

About

We though about "clattering" as in "a clattering of jackdaws" but settled for clusterfunk

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 89.4%
  • JavaScript 7.4%
  • HTML 1.4%
  • CSS 1.1%
  • Makefile 0.5%
  • Dockerfile 0.2%