Skip to content

Commit

Permalink
Update for copy changes in module 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpignata authored Jun 28, 2017
1 parent bd25c6a commit 3f2b375
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions DataProcessing/3_StreamingAggregation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ Use the Amazon Kinesis Streams console to create a new stream named **wildrydes-

1. From the AWS Console click **Services** then select **Kinesis** under Analytics.

1. Click **Go to Streams**.
1. Click **Go to Streams console**.

1. Click **Create stream**.
1. Click **Create Kinesis stream**.

1. Enter `wildrydes-aggregated` into **Stream name** and `1` into **Number of shards**, then click **Create stream**.
1. Enter `wildrydes-aggregated` into **Kinesis stream name** and `1` into **Number of shards**, then click **Create Kinesis stream**.

1. Within 60 seconds, your stream will be **ACTIVE** and ready to store real-time streaming data.

Expand Down Expand Up @@ -71,7 +71,7 @@ Set the destination stream of the application to **wildrydes-aggregated**.

1. From the AWS Console click **Services** then select **Kinesis** under Analytics.

1. Click **Go to Analytics**.
1. Click **Go to the Analytics console**.

1. Click **Create application**.

Expand Down Expand Up @@ -119,6 +119,8 @@ Set the destination stream of the application to **wildrydes-aggregated**.
1. Click **Save and run SQL**. Each minute, you will see rows arrive containing the aggregated data:

<kbd>![Rows screenshot](../images/streaming-aggregation-rows.png)</kbd>

1. Click the **exit (done)** link.

1. Click the **Destination** tab and click on **Add destination**.

Expand Down

0 comments on commit 3f2b375

Please sign in to comment.