Amazon Kinesis Streams: Difference between revisions
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
* https://docs.aws.amazon.com/streams/latest/dev/fundamental-stream.html | * https://docs.aws.amazon.com/streams/latest/dev/fundamental-stream.html | ||
== | ==Prerequisites== | ||
Set up the [[Setting AWS Credentials|AWS credentials]] and [[Setting AWS Region|region]] first. | Set up the [[Setting AWS Credentials|AWS credentials]] and [[Setting AWS Region|region]] first. |
Revision as of 20:20, 24 October 2018
External
- https://aws.amazon.com/kinesis/data-streams/
- https://docs.aws.amazon.com/streams/latest/dev/introduction.html
- https://www.sumologic.com/blog/devops/kinesis-streams-vs-firehose/
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
AWS CLI Operations
Prerequisites
Set up the AWS credentials and region first.
Put a Record
aws kinesis put-record --stream-name my-stream --partition-key 1 --data testdata