github.com/aavshr/aws-sdk-go@v1.41.3/service/iotanalytics/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package iotanalytics provides the client and types for making API 4 // requests to AWS IoT Analytics. 5 // 6 // IoT Analytics allows you to collect large amounts of device data, process 7 // messages, and store them. You can then query the data and run sophisticated 8 // analytics on it. IoT Analytics enables advanced data exploration through 9 // integration with Jupyter Notebooks and data visualization through integration 10 // with Amazon QuickSight. 11 // 12 // Traditional analytics and business intelligence tools are designed to process 13 // structured data. IoT data often comes from devices that record noisy processes 14 // (such as temperature, motion, or sound). As a result the data from these 15 // devices can have significant gaps, corrupted messages, and false readings 16 // that must be cleaned up before analysis can occur. Also, IoT data is often 17 // only meaningful in the context of other data from external sources. 18 // 19 // IoT Analytics automates the steps required to analyze data from IoT devices. 20 // IoT Analytics filters, transforms, and enriches IoT data before storing it 21 // in a time-series data store for analysis. You can set up the service to collect 22 // only the data you need from your devices, apply mathematical transforms to 23 // process the data, and enrich the data with device-specific metadata such 24 // as device type and location before storing it. Then, you can analyze your 25 // data by running queries using the built-in SQL query engine, or perform more 26 // complex analytics and machine learning inference. IoT Analytics includes 27 // pre-built models for common IoT use cases so you can answer questions like 28 // which devices are about to fail or which customers are at risk of abandoning 29 // their wearable devices. 30 // 31 // See https://docs.aws.amazon.com/goto/WebAPI/iotanalytics-2017-11-27 for more information on this service. 32 // 33 // See iotanalytics package documentation for more information. 34 // https://docs.aws.amazon.com/sdk-for-go/api/service/iotanalytics/ 35 // 36 // Using the Client 37 // 38 // To contact AWS IoT Analytics with the SDK use the New function to create 39 // a new service client. With that client you can make API requests to the service. 40 // These clients are safe to use concurrently. 41 // 42 // See the SDK's documentation for more information on how to use the SDK. 43 // https://docs.aws.amazon.com/sdk-for-go/api/ 44 // 45 // See aws.Config documentation for more information on configuring SDK clients. 46 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 47 // 48 // See the AWS IoT Analytics client IoTAnalytics for more 49 // information on creating client for this service. 50 // https://docs.aws.amazon.com/sdk-for-go/api/service/iotanalytics/#New 51 package iotanalytics