File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ The **Kinesis-Sumologic Connector** is a Java connector that acts as a pipeline
1212## Overview
1313
1414Incoming records from one (or many) Shards of an AWS Kinesis Stream will be read using the [ Kinesis Client Library] . Records will be:
15+
1516 + ** Transformed** : Raw records will be transformed into a POJO using the KinesisMessageModel class and then serialized.
1617 + ** Filtered** : A filter may be applied to the records. Default filter will let all records pass.
1718 + ** Buffered** : A custom buffer may be used to define thresholds that, when crossed, will flush all records into the emitter.
@@ -28,12 +29,18 @@ To download the needed dependencies execute **ant setup**
2829To build and execute the connector execute ** ant run**
2930
3031
31-
32+ ## Related sources
3233
3334[ Amazon Kinesis] ( http://aws.amazon.com/kinesis/ )
35+
3436[ Sumologic] ( https://www.sumologic.com/ )
37+
3538[ Java JDK 1.7] ( http://www.oracle.com/technetwork/java/javase/overview/index.html )
39+
3640[ Ant] ( http://ant.apache.org/ )
41+
3742[ AWS Kinesis Account] ( http://aws.amazon.com/account/ )
43+
3844[ Sumologic Account] ( https://www.sumologic.com/pricing/ )
45+
3946[ Kinesis Client Library] ( https://github.com/awslabs/amazon-kinesis-client/ )
You can’t perform that action at this time.
0 commit comments