Source Systems, Data Ingestion, and Pipelines
Module-2
-
I have processed the code then created the data stream in kinesis data stream with the name given in the documentation.
-
1-part ingestion was worked. then I implemented the 2-part of the implementation.
-
Kinesis data stream pushes the records to kinesis firehouse of the USA & International events, but the kinesis firehose didn’t transfer the events to Amazon S3. But it had two folders containing the name USA & International when I opened them nothing was inside.
-
I have been waiting for 10 mins after that I checked the code second from the last cd src/elt of usa & International source_stream pushes the data to firehose that I could see on the terminal CLI.
-
But the last CLI command cd src/elt of _stream. It didn’t print anything on the terminal but in the documentation, saying that we have to wait for 5 to 7 mins. I had been waiting for 15 mins. I could not see anything in the Amazon S3 buckets.

