Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
README - instructions for building
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar committed Oct 4, 2016
1 parent b320a8a commit c17f580
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
It is implemented using the AWS Java SDK for DynamoDB.
For authentication, the `DefaultAWSCredentialsProviderChain <http://docs.aws.amazon.com/java-sdk/latest/developer-guide/credentials.html#id6>`_ is used.

Building
--------

Run::

$ mvn clean package

Then you will find this connector and required JARs it depends upon in ``target/kafka-connect-dynamodb-0.1.0-SNAPSHOT-development/share/java/kafka-connect-dynamodb/``.

Sink Connector
==============

Expand Down

0 comments on commit c17f580

Please sign in to comment.