Skip to content

Latest commit

 

History

History

aws-kinesis-project

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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