https://github.com/clever/amazon-kinesis-client-go
Amazon Kinesis Client for Go
https://github.com/clever/amazon-kinesis-client-go
aws aws-kinesis golang kcl kinesis kinesis-stream
Last synced: 3 days ago
JSON representation
Amazon Kinesis Client for Go
- Host: GitHub
- URL: https://github.com/clever/amazon-kinesis-client-go
- Owner: Clever
- Created: 2017-02-08T20:03:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-25T23:34:32.000Z (about 2 months ago)
- Last Synced: 2025-08-26T01:22:23.733Z (about 2 months ago)
- Topics: aws, aws-kinesis, golang, kcl, kinesis, kinesis-stream
- Language: Go
- Size: 7.89 MB
- Stars: 16
- Watchers: 46
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# amazon-kinesis-client-go
A port of [amazon-kinesis-client-python](https://github.com/awslabs/amazon-kinesis-client-python) to Go.
## Running the Consumer
Edit the file `consumer.properties` to point at a Kinesis stream that has some data.
Build the consumer binary:``` bash
make build
```Then run:
``` bash
make run
```This will download the jar files necessary to run the KCL, and then launch the KCL communicating with the consumer binary.