Amazon Kinesis Streams

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Kinesis Streams is aimed at users who want to build custom applications to process or analyze streaming data.

Amazon Kinesis Stream Access with Spring Data Cloud

Spring Cloud Stream AWS Kinesis Binder

AWS CLI Operations

Prerequisite

Set up the AWS credentials and region first.

Put a Record

aws kinesis put-record --stream-name my-stream --partition-key 1 --data testdata