* Create a structure for collecting unique messages. * Keep track of first checkpoint, and last checkpoint through sequence numbers from Kinesis. * Add specs for core functionality.
13 lines
343 B
Markdown
13 lines
343 B
Markdown
# 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
|