You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/aws/services/iotanalytics.md
+21-22Lines changed: 21 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,21 @@
1
1
---
2
2
title: "IoT Analytics"
3
-
linkTitle: "IoT Analytics"
4
3
tags: ["Ultimate"]
5
4
description: Get started with IoT Analytics on LocalStack
6
5
---
7
6
8
-
{{< callout "warning" >}}
7
+
:::danger
9
8
IoT Analytics will be [retired on 15 December 2025](https://docs.aws.amazon.com/iotanalytics/latest/userguide/iotanalytics-end-of-support.html).
10
9
It will be removed from LocalStack soon after this date.
11
-
{{< /callout >}}
10
+
:::
12
11
13
12
## Introduction
14
13
15
14
IoT Analytics is a managed service that enables you to collect, store, process, and analyze data generated by your IoT devices.
16
15
It provides a set of tools to build IoT applications without having to manage the underlying infrastructure.
17
16
18
17
LocalStack allows you to use the IoT Analytics APIs to create and manage channels, data stores, and pipelines in your local environment.
19
-
The supported APIs are available on our [API Coverage Page]({{< ref "coverage_iotanalytics" >}}), which provides information on the extent of IoT Analytics integration with LocalStack.
18
+
The supported APIs are available on our [API Coverage Page](), which provides information on the extent of IoT Analytics integration with LocalStack.
20
19
21
20
## Getting started
22
21
@@ -30,15 +29,15 @@ We will demonstrate how to create a channel, data store, and pipeline within IoT
30
29
You can create a channel using the [`CreateChannel`](https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_CreateChannel.html) API.
31
30
Run the following command to create a channel named `mychannel`:
You can use the [`DescribeChannel`](https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DescribeChannel.html) API to check the status of the channel:
You can use the [`DescribeDatastore`](https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DescribeDatastore.html) API to check the status of the data store:
The `mypipeline.json` file contains the following content:
90
89
@@ -111,9 +110,9 @@ The `mypipeline.json` file contains the following content:
111
110
112
111
You can use the [`DescribePipeline`](https://docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DescribePipeline.html) API to check the status of the pipeline:
0 commit comments