Skip to content

Commit

Permalink
Updated the top-level README
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohanna Shahrad committed Aug 24, 2022
1 parent cbf3fef commit c0d6ee5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions cloud_templates/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Data ingestion and visualization with AWS CloudFormation templates

These CloudFormation templates are prepared to deploy to the cloud and visualize the data coming from your Expresslink. To learn more about AWS CloudFormation, see [**What is CloudFormation?**](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html)

These templates are designed in four different patterns to ingest your IoT data using:

1. Amazon Timestream
<br>
<center><img src="https://d2908q01vomqb2.cloudfront.net/f6e1126cedebf23e1463aee73f9df08783640400/2022/04/04/Blog-IoT-Reporting-3-Timstream.png" alt="alt text"/></center>
</br>

2. AWS IoT Analytics
<br>
<center><img src="https://d2908q01vomqb2.cloudfront.net/f6e1126cedebf23e1463aee73f9df08783640400/2022/04/04/Blog-IoT-Reporting-3-IotAnalytics.png" alt="alt text"/></center>
</br>

3. Amazon Kinesis Data Firehose

<br>
<center><img src="https://d2908q01vomqb2.cloudfront.net/f6e1126cedebf23e1463aee73f9df08783640400/2022/04/04/Blog-IoT-Reporting-3-KinesisAthena.png" alt="alt text"/></center>
</br>

4. Amazon OpenSearch Service
<br>
<center><img src="https://d2908q01vomqb2.cloudfront.net/f6e1126cedebf23e1463aee73f9df08783640400/2022/04/04/Blog-IoT-Reporting-3-OpenSearch.png" alt="alt text"/></center>
</br>

The subdirectories contain the following:

* Under `demo` directory, there are the demo templates along with a sample program to run on your Expresslink.
* Under `aws_cdk` directory, there are the CDK (Cloud Development Kit) stacks used to crate the CloudFormation templates. See [What is the AWS CDK](https://docs.aws.amazon.com/cdk/v2/guide/home.html) to learn more about AWS CDK.
* Under `user_guides` directory you can find the guides to get started with the templates and how to customize them with AWS CDK.

0 comments on commit c0d6ee5

Please sign in to comment.