Skip to content

Commit ed619d0

Browse files
authored
Merge pull request #1494 from Laren-AWS/Laren-AWS/kda-examples
Kinesis Data Streams and Kinesis Data Analytics usage examples and data generators
2 parents b2d4783 + 5a7c08d commit ed619d0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2108
-797
lines changed

python/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,25 @@ Management (IAM) resources. Learn to accomplish the following tasks:
121121
* Create and manage IAM roles, including how to attach and detach policies.
122122
* Create and manage IAM users, including how to attach a policy to a user.
123123

124+
### [Amazon Kinesis Data Streams and Data Analytics examples](https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/python/example_code/kinesis/README.md)
125+
126+
#### Purpose
127+
128+
Shows how to use the AWS SDK for Python (Boto3) with Amazon Kinesis and version 2 of
129+
the Amazon Kinesis Data Analytics API to create an application that reads data from
130+
an input stream, uses SQL code to transform the data, and writes it to an output
131+
stream.
132+
133+
* Create and manage Kinesis streams.
134+
* Create and manage Kinesis Data Analytics applications.
135+
* Create an AWS Identity and Access Management (IAM) role and policy that lets
136+
an application read from an input stream and write to an output stream.
137+
* Add input and output streams to an application.
138+
* Upload SQL code that runs in an application and transforms data from an input
139+
stream to data in an output stream.
140+
* Run a data generator that puts records into an input stream.
141+
* Read transformed records from an output stream.
142+
124143
### [AWS Lambda examples](https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/python/example_code/lambda/boto_client_examples/README.md)
125144

126145
#### Purpose

python/example_code/kda/kda-python-datagenerator-anomaly.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

python/example_code/kda/kda-python-datagenerator-anomalyex.py

Lines changed: 0 additions & 83 deletions
This file was deleted.

python/example_code/kda/kda-python-datagenerator-columnlog.py

Lines changed: 0 additions & 51 deletions
This file was deleted.

python/example_code/kda/kda-python-datagenerator-hotspots.py

Lines changed: 0 additions & 111 deletions
This file was deleted.

python/example_code/kda/kda-python-datagenerator-referrer.py

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)