Questions tagged [aws-iot-analytics]

AWS IoT Analytics is a fully-managed service for storing, querying, visualising and running simple or advanced analytics workloads on data from IoT devices.

AWS IoT Analytics allows you to collect large amounts of device data, process messages, and store them. You can then query the data using SQL and then run more advanced analytics on it where needed. AWS IoT Analytics enables advanced data exploration through integration with Jupyter Notebooks and data visualization through integration with Amazon QuickSight.

You can send messages to IoT Analytics either directly, using the batch-put-message API, or via AWS IoT Core, using the IoT Analytics Rule Action.

Resources:

What is AWS IoT Analytics

User Guide

API Guide

34 questions
0
votes
1 answer

Not storing this message in Datastore, missingAttributeNames

I got this error from AWS IoT Analytics service after message is Transform in lambda: my lambda get as input a json format string { "id": "223", "data": "valid-timestamp,1,2,3,4,5" } The data key holds my IoT data values on a specific timespan The…
0
votes
1 answer

AWS IOT analytics json format error in Analytics pipeline

Can i send same Key value in JSON to AWS IOT Analytics pipeline? Does anyone have idea how to solve this? here is my JSON: { "data": [ { "sensor": { "value": 100.1 }, "ts": 1401000 }, { "sensor": { "value": 120.5 }, "ts": 1401154 }, { "slave2": {…
Pankajv
  • 15
  • 5
0
votes
3 answers

How to get thing name from MQTT topic in AWS Iot Analytics pipeline?

I have created the following in AWS Iot Analytics: Channel: Iot Core topic pattern => $aws/things/+/shadow/update/accepted Pipeline: Fed from previous channel, selects attributes from message Datastore to save messages The incoming message to the…
0
votes
1 answer

AWS IOT ANALYTICS

am trying to fetch data from iot analytics(AWS) from my java sdk, I have created channels and pipeline and data are in the datasets does anyone have idea about aws iot analytics data fetch mechanism?
rohit raj
  • 69
  • 11
1 2
3