/subee

✉️ 🐝 It's not only a bee, but a message - Pub/Sub Worker Framework Implementation

Primary LanguageGoMIT LicenseMIT

subee

CircleCI latest GoDoc Go Report Card license

Subee (pronounce /ˈsʌbiː/) is a framework for Pub/Sub subscriber worker for Go.

Examples

CLI

We offer an optional cli tool to develop with subee faster.

$ subee help

Usage:
  subee [command]

Available Commands:
  generate    Generate a new code
  help        Help about any command
  start       Build and start subscribers
  version     Print the version information

Flags:
  -h, --help   help for subee

Use "subee [command] --help" for more information about a command.

Installing

macOS

brew install wantedly/tap/subee

Other platforms

You can download prebuilt binaries for each platform in the releases page.

Build from source

go get github.com/wantedly/subee/cmd/subee