Golang library for consuming Kinesis stream data
* Add GetRecords function to Kinesis Utils * Add sample .env to showcase ENV vars needed * Fix RedisCheckpoint to look for empty string (default from Redis) * Extract example code into its own repository |
||
|---|---|---|
| buffers | ||
| checkpoints | ||
| emitters | ||
| interfaces | ||
| pipeline | ||
| utils | ||
| .gitignore | ||
| README.md | ||
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