Skip to content

Commit

Permalink
Create amazon-kinesis.md
Browse files Browse the repository at this point in the history
Added information for Amazon Kinesis
  • Loading branch information
KimtVak8143 authored Oct 9, 2022
1 parent cd4229a commit 7ec3320
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Data-streaming/amazon-kinesis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Amazon Kinesis

Amazon Kinesis makes it easy to collect, process, and analyze real-time, streaming data so you can get timely insights and react quickly to new information. Amazon Kinesis offers key capabilities to cost-effectively process streaming data at any scale, along with the flexibility to choose the tools that best suit the requirements of your application. With Amazon Kinesis, you can ingest real-time data such as video, audio, application logs, website clickstreams, and IoT telemetry data for machine learning, analytics, and other applications. Amazon Kinesis enables you to process and analyze data as it arrives and respond instantly instead of having to wait until all your data is collected before the processing can begin.

Benefits:
- Real-time: Amazon Kinesis enables you to ingest, buffer, and process streaming data in real-time, so you can derive insights in seconds or minutes instead of hours or days.
- Fully Managed: Amazon Kinesis is fully managed and runs your streaming applications without requiring you to manage any infrastructure.
- Scalable: Amazon Kinesis can handle any amount of streaming data and process data from hundreds of thousands of sources with very low latencies

Capabilities:
- Amazon Kinesis Video Streams makes it easy to securely stream video from connected devices to AWS for analytics, machine learning (ML), and other processing.
- Amazon Kinesis Data Streams is a scalable and durable real-time data streaming service that can continuously capture gigabytes of data per second from hundreds of thousands of sources.
- Amazon Kinesis Data Firehose is the easiest way to capture, transform, and load data streams into AWS data stores for near real-time analytics with existing business intelligence tools.
- Amazon Kinesis Data Analytics is the easiest way to process data streams in real time with SQL or Apache Flink without having to learn new programming languages or processing frameworks.


For more info: [https://aws.amazon.com/kinesis/] (https://aws.amazon.com/kinesis/)

0 comments on commit 7ec3320

Please sign in to comment.