From 05920cc5d3b84a18ae06cf22fa51e9c89efc61a4 Mon Sep 17 00:00:00 2001 From: Harlow Ward Date: Thu, 18 Dec 2014 18:26:59 -0800 Subject: [PATCH] Update development notice --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 859a4f2..03a9300 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Golang Kinesis Connectors -__Note:__ _This codebase is a under active development._ +__Note:__ _This codebase is a under active development. Expect breaking changes until 1.0 version release._ ### Kinesis connector applications written in Go -This is a port of the [Amazon Kinesis Connector Library][1] from Java to Go. Its used for extracting streaming event data +Inspired by the [Amazon Kinesis Connector Library][1]. These components are used for extracting streaming event data into S3, Redshift, DynamoDB, and more. See the [API Docs][2] for package documentation. ## Overview