Hi, I started using Kedro recently. I created a pi...
# advanced-need-help
t
Hi, I started using Kedro recently. I created a pipeline for data processing and data science. My use case is to listen to a Kinesis AWS stream. Get the relevant details from the stream and run the pipeline on that data. A few questions on achieving the same:- (1) How to run the kedro pipeline in python script? I need to run the pipelines till there is data is available in the stream (2) How to save the output to SQS (3) Any tips on listening to kinesis stream using Kedro