Golang library for consuming Kinesis stream data
* Add first checkpoint implementation of RedisCheckpoint. * Move MsgBuffer into the buffers.go file. |
||
|---|---|---|
| examples | ||
| .gitignore | ||
| buffers.go | ||
| buffers_test.go | ||
| checkpoints.go | ||
| checkpoints_test.go | ||
| README.md | ||
| utils.go | ||
Kinesis Connector Application
A Kinesis Connector Application written in Go for extracting streaming event data into S3, Redshift, DynamoDB, and more.
Note: This codebase is a under active development, and is not condisdered production ready.
Installation
Clone the repository.
$ git clone git@github.com:harlow/go-etl.git