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
- Host: GitHub
- URL: https://github.com/aws-samples/amazon-kinesis-learning
- Owner: aws-samples
- License: mit-0
- Created: 2015-03-30T04:28:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T20:37:27.000Z (over 1 year ago)
- Last Synced: 2025-06-05T08:17:37.686Z (7 months ago)
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 108
- Watchers: 22
- Forks: 138
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- fucking-awesome-aws - amazon-kinesis-learning - Learning Kinesis Development. (Open Source Repos / Kinesis)
- awesome-aws - amazon-kinesis-learning - Learning Kinesis Development. (Open Source Repos / Kinesis)
- awesome-aws - amazon-kinesis-learning - Learning Kinesis Development. (Open Source Repos / Kinesis)
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.