Menu
×
   ❮   
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

AWS Serverless Kinesis 数据流与 Kinesis Data Firehose


Kinesis 数据流与 Kinesis Data Firehose

Kinesis 数据流允许您编写自定义消费者。

消费者是一个使用 Kinesis 数据执行操作的程序。

它为您提供了更多选项,但也使其变得更加复杂。

因此,Kinesis Data Firehose 可能是转换和存储数据的更有效解决方案。

下表显示了 Kinesis 数据流和 Kinesis Data Firehose 之间的区别。

Kinesis 数据流 Kinesis Data Firehose
允许您编写自定义消费者 简化数据转换和数据存储
保证有序交付 由于顺序没有保证,消息可能会被传递多次
失败会阻塞分片,直到成功或过期 它具有针对每次交付的内置重试机制
允许您设置分片数量 允许您设置数据量。分片由服务管理
它支持多种类型的消费者以及多个消费者 流只能有一个目标

Kinesis 数据流与 Kinesis Data Firehose 视频

W3schools.com 与亚马逊网络服务合作,为我们的学生提供数字培训内容。


AWS 无服务器练习

通过练习测试自己

练习

什么是消费者?

A program that uses  data to do 

开始练习


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.