Skip to content Skip to sidebar Skip to footer
Showing posts with the label Amazon Kinesis

How To Use Gzip To Compress Json Data In Python Program?

I have an AWS Kinesis python program - Producer to send data to my stream. But my JSON file is 5MB.… Read more How To Use Gzip To Compress Json Data In Python Program?

Read From Kinesis Is Giving Empty Records When Run Using Previous Sequence Number Or Timestamp

I am trying to read the messages pushed to Kinesis stream with the help of get_records() and get_… Read more Read From Kinesis Is Giving Empty Records When Run Using Previous Sequence Number Or Timestamp