Media Service: Kinesis
Kinesis: A linked list in the cloud and it's pros and cons will be discussed in this lesson.
We'll cover the following...
A linked list in the cloud
You can think of a Kinesis stream as a highly-durable linked list in the cloud. The use cases for Kinesis are often similar to those of SQS—you would typically use either Kinesis or SQS when you want to enqueue records for asynchronous processing.
Kinesis vs SQS
The main difference between the two services is:
- SQS can only have one consumer, while Kinesis can have many.
- Once an SQS message gets consumed, it