Live data from Hacker News

Amazon Kinesis Firehose – Simple and Scalable Data Ingestion

aws.amazon.com

1–10 of 33 posts

Re: Amazon Kinesis Firehose – Simple and Scalable Data Ingestion

#4

What are some typical use cases for Amazon Kinesis streams, on the web?

Analytics event or IoT event ingestion, for example. Then, you can hook up AWS Lambda to the Kinesis stream to actually do any processing/aggregation.

Or, if you're using the new Firehose product, you could also use Lambda and attach it to the S3 event source using the bucket that the Firehose dumps into to perform batch processing on these records.

Re: Amazon Kinesis Firehose – Simple and Scalable Data Ingestion

#5
post #3

Just so I'm understanding, is this a Kafka competitor?

Kinesis is basically Kafka as a service. IIUC, Kinesis Firehose is just a way to ingest data into S3 buckets/Redshift and Firehose would give you the goodies like monitoring/fault tolerance etc.

Re: Amazon Kinesis Firehose – Simple and Scalable Data Ingestion

#6
At Asana, we've been beta testing Kinesis Firehose. It's been quite convenient not having to manage much, and having the data end up in S3. We're also using Kinesis streams, and have a simple KCL app to pull from streams and write to Firehose. We're looking forward to when streams can be as easy to manage, or when we KCL apps can read from Firehose.
Post reply on HN