课程: AWS for Developers: Data-Driven Serverless Applications with Kinesis

今天就学习课程吧!

今天就开通帐号,24,700 门业界名师课程任您挑!

Sending messages to the stream

Sending messages to the stream

- [Instructor] In the previous video, you created a stream and now you might be wondering how I can send data to it. There are many ways that you can get data into the stream. You can use different AWS toolkits or libraries like the AWS SDK, the Kinesis Producer Library, or the Kinesis Agent. Also from different AWS services, you can put records directly into Kinesis data stream, like AWS IOT, CloudWatch Logs or events, DynamoDB and more. And finally, you can use different third party libraries like Log4j, flume and others. In this video, I want to introduce you to the Amazon Kinesis Data Generator. This is an open source tool that makes easier to send data into your Amazon Kinesis stream or Firehose delivery stream. This tool uses AWS SDK to send data into your streams in your account. To use this, you need to configure your AWS account with it. You can follow the instructions that are in the help button here. And there…

内容