Goka Tools is a collection of tools that integrate with Goka, a distributed stream processing library for Apache Kafka written in Go.
- BBQ: A package that writes messages from a Kafka topic directly into BigQuery.
- Tailer: A package used for retrieving the last n messages from a given topic.
- DotGen: A package for generating DOT files that describe a Goka GroupGraph.
You can install Goka Tools by running the following command:
$ go get -u github.com/lovoo/goka-tools
Contributions are always welcome. Please fork the repo, create a pull request against master, and be sure tests pass. See the GitHub Flow for details.