简体   繁体   English

汽车线路运动流到kinesis firehose?

[英]Auto wire kinesis stream to kinesis firehose?

I'm publishing data to a kinesis stream that is processed by some consumers. 我将数据发布到由一些消费者处理的kinesis流。 I'd like the raw data published to the stream to also be stored in s3. 我希望发布到流的原始数据也存储在s3中。 Is it possible to auto wire a kinesis stream to a kinesis firehose or do I need to directly publish to the firehose from a kinesis consumer? 是否有可能将kinesis流自动连接到kinesis firehose或我是否需要直接从kinesis消费者发布到firehose?

Update@Aug 18, 2017 2017年8月18日更新

Kinesis Firehose can now read data directly from Amazon Kinesis Streams! Kinesis Firehose现在可以直接从Amazon Kinesis Streams读取数据!

https://forums.aws.amazon.com/ann.jspa?annID=4904 https://forums.aws.amazon.com/ann.jspa?annID=4904


Before Aug 18,2017 在2017年8月18日之前

Is it possible to auto wire a kinesis stream to a kinesis firehose 是否可以将kinesis流自动连接到kinesis firehose

At the moment, you can't accomplish this, so you have to wire them by yourself. 目前,你无法做到这一点,所以你必须自己连线。

AWS provides an OSS lambda project to forward Kinesis Streams to Kinesis Firehose. AWS提供了一个OSS lambda项目,将Kinesis Streams转发给Kinesis Firehose。

https://github.com/awslabs/lambda-streams-to-firehose https://github.com/awslabs/lambda-streams-to-firehose

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM