Kinesis Data Analytics Flashcards

1
Q

Amazon Kinesis Data Analytics, WHY ?

A

Amazon Kinesis Data Analytics is the easiest way to process and analyze real-time, streaming data.

Can use standard SQL queries to process Kinesis data streams.

Provides real-time analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Use cases:

A
  • Generate time-series analytics.
  • Feed real-time dashboards.
  • Create real-time alerts and notifications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ingestion vs Output Sources ..

A

Can ingest data from Kinesis Streams and Kinesis Firehose.

Output to S3, RedShift, Elasticsearch and Kinesis Data Streams.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Kinesis Data Analytics application consists of three components:

A

Input – the streaming source for your application.

Application code – a series of SQL statements that process input and produce output.

Output – one or more in-application streams to hold intermediate results.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Kinesis Data Analytics supports two types of inputs :

A

: streaming data sources and reference data sources:

A streaming data source is continuously generated data that is read into your application for processing.

A reference data source is static data that your application uses to enrich data coming in from streaming sources.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly