Golang library for consuming Kinesis stream data
Find a file
Harlow Ward 0ba88d49bc Add example applications
* Add example consumer and producer appications
* Ignore .env file
2014-07-27 19:38:53 -07:00
examples Add example applications 2014-07-27 19:38:53 -07:00
.gitignore Add example applications 2014-07-27 19:38:53 -07:00
msg_buffer.go Message buffer 2014-07-27 18:14:35 -07:00
msg_buffer_test.go Message buffer 2014-07-27 18:14:35 -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