Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 633 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 633 Bytes

AWS Kinesis is a real-time data streaming service provided by Amazon Web Services (AWS). It allows organizations to collect, process, and analyze large amounts of data in real-time, enabling them to quickly gain insights and make informed decisions. Kinesis streams can handle data from multiple sources, including web, mobile, IoT, and social media, and can be used for a wide range of applications, such as data analytics, event-driven applications, and machine learning.

Notes

Sample code demonstrating Kinesis Producer and Consumer using Spring Cloud Stream