An open API service indexing awesome lists of open source software.

https://github.com/aws-samples/amazon-kinesis-learning

Learning Amazon Kinesis Development
https://github.com/aws-samples/amazon-kinesis-learning

Last synced: about 2 months ago
JSON representation

Learning Amazon Kinesis Development

Awesome Lists containing this project

README

          

# Learning Amazon Kinesis Development

The master branch provides completed code for the [Process Real-Time Stock Data Using KPL and KCL Tutorial][learning-kinesis] in the [Kinesis Developer Guide][kinesis-developer-guide].

The tutorial uses KCL 2.2.9 to demonstrate how to send a stream of records to Kinesis Data Streams and implement an application that consumes and processes the records in near-real time.

[learning-kinesis]: https://docs.aws.amazon.com/streams/latest/dev/tutorial-stock-data-kplkcl.html
[kinesis-developer-guide]: http://docs.aws.amazon.com/kinesis/latest/dev/introduction.html

## License Summary

This sample code is made available under the MIT-0 license. See the LICENSE file.