What's the use cases of Streams and Firehose?
I am working on an application that will read and analyze the logs of payment transactions. I know I will use Kinesis Analytics as per my requirements, which takes the input from the Data Streams and Firehose. But I am having trouble deciding which input method should I use for my system. My requirements are:
- It can tolerate latency, but Data shouldn't lose data.
- Must record all the errors in DynamoDB or S3 buckets.
Which input stream is suitable for my use case?
from Recent Questions - Stack Overflow https://ift.tt/3n0O80C
https://ift.tt/eA8V8J
Comments
Post a Comment