cloud:aws:big_data:kinesis
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
cloud:aws:big_data:kinesis [2023/11/01 07:13] – removed - external edit (Unknown date) 127.0.0.1 | cloud:aws:big_data:kinesis [2023/11/01 07:13] (current) – ↷ Page moved from business_process_management:camunda:cloud:aws:big_data:kinesis to cloud:aws:big_data:kinesis skipidar | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Kinesis ===== | ||
+ | |||
+ | |||
+ | |||
+ | === Kinesis Streams | ||
+ | |||
+ | Kinesis Firehose is a Amazon’s **data-conduit product** | ||
+ | |||
+ | Kinesis **Streams** is capable of capturing **large amounts of data (terabytes per hour)** from data producers, | ||
+ | and **streaming it into custom applications for data processing** and analysis. | ||
+ | |||
+ | Streaming data is **replicated by Kinesis across three separate availability zones** within AWS to ensure reliability and availability of your data. | ||
+ | |||
+ | By default, data is available in a stream for 24 hours, but can be made available for up to 168 hours (7 days) for an additional charge. | ||
+ | |||
+ | {{https:// | ||
+ | |||
+ | === Kinesis Firehouse === | ||
+ | |||
+ | Kinesis Firehose is Amazon’s **data-ingestion product**. | ||
+ | |||
+ | An **ExtractTransformLoad (ETL)** tool, | ||
+ | to move much data around. | ||
+ | |||
+ | It is used to **capture and load streaming data into other Amazon services** such as S3 and Redshift. | ||
+ | |||
+ | From there, you can load the streams into data processing and analysis tools like Elastic Map Reduce, and Amazon Elasticsearch Service. | ||
+ | |||
+ | |||
+ | {{https:// | ||