From c0d6ee506f6881240c864ebf3bc865da4996c233 Mon Sep 17 00:00:00 2001 From: Mohanna Shahrad Date: Wed, 24 Aug 2022 22:39:38 +0000 Subject: [PATCH] Updated the top-level README --- cloud_templates/README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/cloud_templates/README.md b/cloud_templates/README.md index e69de29..5baade6 100644 --- a/cloud_templates/README.md +++ b/cloud_templates/README.md @@ -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 +
+
alt text
+
+ +2. AWS IoT Analytics +
+
alt text
+
+ +3. Amazon Kinesis Data Firehose + +
+
alt text
+
+ +4. Amazon OpenSearch Service +
+
alt text
+
+ +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.