From dc7ee9c7ffb693421171561fa680831be3231e54 Mon Sep 17 00:00:00 2001 From: Deng Date: Thu, 6 Aug 2015 12:18:12 -0700 Subject: [PATCH] Update readme with links --- aws-blog-kinesis-producer-library/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/aws-blog-kinesis-producer-library/README.md b/aws-blog-kinesis-producer-library/README.md index 112566c2..05a3608a 100644 --- a/aws-blog-kinesis-producer-library/README.md +++ b/aws-blog-kinesis-producer-library/README.md @@ -1,11 +1,13 @@ -#Implementing Efficient and Reliable Producers for AWS Kinesis with the Kinesis Producer Library +# Implementing Efficient and Reliable Producers with the Amazon Kinesis Producer Library ## Overview -This repository contains the code samples used in the AWS Big Data Blog post of the same name (TODO link). +This repository contains the code samples used in the [AWS Big Data Blog post](https://blogs.aws.amazon.com/bigdata/post/Tx3ET30EGDKUUI2/Implementing-Efficient-and-Reliable-Producers-with-the-Amazon-Kinesis-Producer-L) of the same name. The code contains a single java package with various implementations of the base class `AbstractClickEventsToKinesis` as described in the blog post. There is a driver class called `ClickEventsToKinesisTestDriver` that can be executed to test out the implementations. +[Maven](https://maven.apache.org/) is used for building and dependency management. + ## Running the Sample You'll need to first create a stream to put data into. This stream should have a sufficient number of shards if you wish to try out the high-throughput implementations.