项目作者: Clever

项目描述 :
Amazon Kinesis Client for Go
高级语言: Go
项目地址: git://github.com/Clever/amazon-kinesis-client-go.git
创建时间: 2017-02-08T20:03:06Z
项目社区:https://github.com/Clever/amazon-kinesis-client-go

开源协议:

下载


amazon-kinesis-client-go

A port of 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:

  1. make build

Then run:

  1. make run

This will download the jar files necessary to run the KCL, and then launch the KCL communicating with the consumer binary.