https://github.com/lovoo/goka-tools
Goka Tools provides different tools to be used with Goka
https://github.com/lovoo/goka-tools
goka golang kafka processing stream
Last synced: about 1 year ago
JSON representation
Goka Tools provides different tools to be used with Goka
- Host: GitHub
- URL: https://github.com/lovoo/goka-tools
- Owner: lovoo
- License: bsd-3-clause
- Created: 2019-03-13T12:26:24.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-04-04T11:11:54.000Z (about 1 year ago)
- Last Synced: 2025-04-04T12:23:20.449Z (about 1 year ago)
- Topics: goka, golang, kafka, processing, stream
- Language: Go
- Homepage:
- Size: 7.54 MB
- Stars: 11
- Watchers: 27
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Goka Tools [](https://opensource.org/licenses/BSD-3-Clause)
Goka Tools is a collection of tools that integrate with [Goka](https://github.com/lovoo/goka), a distributed stream processing library for Apache Kafka written in Go.
## Tools
* 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.
## Installation
You can install Goka Tools by running the following command:
``$ go get -u github.com/lovoo/goka-tools``
## How to contribute
Contributions are always welcome.
Please fork the repo, create a pull request against master, and be sure tests pass.
See the [GitHub Flow](https://guides.github.com/introduction/flow) for details.