简体   繁体   English

Kinesis Streams和Kinesis Firehose有什么区别?

[英]what is difference between Kinesis Streams and Kinesis Firehose?

Firehose is fully managed whereas Streams is manually managed. Firehose是完全管理的,而Streams是手动管理的。

If other people are aware of other major differences, please add them. 如果其他人知道其他主要差异,请添加它们。 I'm just learning. 我只是在学习。 Thanks.. 谢谢..

Amazon Kinesis Data Firehose can send data to: Amazon Kinesis Data Firehose可以将数据发送到:

  • Amazon S3 亚马逊S3
  • Amazon Redshift 亚马逊Redshift
  • Amazon Elasticsearch Service 亚马逊Elasticsearch服务
  • Splunk Splunk的

To do the same thing with Amazon Kinesis Data Streams , you would need to write an application that consumes data from the stream and then connects to the destination to store data. 要使用Amazon Kinesis Data Streams执行相同的操作,您需要编写一个使用流中的数据然后连接到目标以存储数据的应用程序。

So, think of Firehose as a pre-configured streaming application with a few specific options . 因此,将Firehose视为具有一些特定选项预配置流应用程序 Anything outside of those options would require you to write your own code. 除这些选项之外的任何内容都需要您编写自己的代码。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 AWS Kinesis Firehose 和 Streams 的处理时间有什么不同吗? - Is there any difference in processing times between AWS Kinesis Firehose and Streams? Kinesis Firehose 是 Kinesis Streams 的替代品吗? - Is Kinesis Firehose a replacement to Kinesis Streams? Kinesis 和 SQS 有什么区别? - What is the difference between Kinesis and SQS? Firehose、管道、数据流的 Kinesis 服务有什么区别/用例 - What is the difference/use case for Kinesis services of Firehose, pipeline, data stream 我何时需要将 Kinesis Data Streams 与 Kinesis Firehose 结合使用? - When do I need to Kinesis Data Streams together with Kinesis Firehose? 在 dynamodb 中,使用发电机流 + lambda 触发器与运动流 + lambda 触发器有什么区别? - In dynamodb, what is the difference between using dynamo streams + lambda trigger versus kinesis streams + lambda trigger? AWS Kinesis 和 EventBridge 有什么区别 - What is the difference between AWS Kinesis and EventBridge AWS Transcribe>流式转录功能与用于实时流式音频的Kinesis Video Streams(用于音频输入)有什么区别 - What is the difference between AWS Transcribe > Streaming Transcription feature and Kinesis Video Streams(For Audio Input) for live streaming audio Aws KInesis Terraform-如何将数据流连接到数据Firehose - Aws KInesis Terraform - How to connect Data Streams to Data Firehose Kinesis Firehose 上的慢 PutRecordBatch - Slow PutRecordBatch on Kinesis Firehose
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM