Skip to content

Commit

Permalink
Update readme with links
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincdeng committed Aug 6, 2015
1 parent 9437b0c commit dc7ee9c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions aws-blog-kinesis-producer-library/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit dc7ee9c

Please sign in to comment.