Golang library for consuming Kinesis stream data
Find a file
Harlow Ward 57dc74bd48 Add checkpoint interface
* Add first checkpoint implementation of RedisCheckpoint.
* Move MsgBuffer into the buffers.go file.
2014-07-27 21:13:34 -07:00
examples Add checkpoint interface 2014-07-27 21:13:34 -07:00
.gitignore Add example applications 2014-07-27 19:38:53 -07:00
buffers.go Add checkpoint interface 2014-07-27 21:13:34 -07:00
buffers_test.go Add checkpoint interface 2014-07-27 21:13:34 -07:00
checkpoints.go Add checkpoint interface 2014-07-27 21:13:34 -07:00
checkpoints_test.go Add checkpoint interface 2014-07-27 21:13:34 -07:00
README.md Message buffer 2014-07-27 18:14:35 -07:00
utils.go Add example applications 2014-07-27 19:38:53 -07:00

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