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: articles/time-series-insights/time-series-insights-overview.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,21 @@ ms.author: dpalled
8
8
manager: cshankar
9
9
ms.workload: big-data
10
10
ms.topic: overview
11
-
ms.date: 11/20/2019
11
+
ms.date: 12/11/2019
12
12
ms.custom: seodec18
13
13
---
14
14
15
15
# What is Azure Time Series Insights?
16
16
17
-
Azure Time Series Insights is built to store, visualize, and query large amounts of time series data, such as that generated by IoT devices. If you want to store, manage, query, or visualize time series data in the cloud, Time Series Insights is likely right for you.
17
+
Azure Time Series Insights is built to store, visualize, and query large amounts of time series data, such as that generated by IoT devices. If you want to store, manage, query, or visualize time series data in the cloud, Time Series Insights is likely right for you.
18
18
19
19
[](media/overview/time-series-insights-flowchart.png#lightbox)
20
20
21
21
Time Series Insights has four key jobs:
22
22
23
23
- It's fully integrated with cloud gateways like Azure IoT Hub and Azure Event Hubs. It easily connects to these event sources and parses JSON from messages and structures that have data in clean rows and columns. It joins metadata with telemetry and indexes your data in a columnar store.
24
24
- Time Series Insights manages the storage of your data. To make sure that data is always easily accessible, it stores your data in memory and SSDs for up to 400 days. You can interactively query billions of events in seconds–on demand.
25
-
- Time Series Insights provides out-of-the-box visualization through the Time Series Insights explorer.
25
+
- Time Series Insights provides out-of-the-box visualization through the Time Series Insights explorer.
26
26
- Time Series Insights provides a query service, both in the Time Series Insights explorer and by using APIs that are easy to integrate to embed your time series data into custom applications.
27
27
28
28
If you build an application for internal consumption or for external customers to use, you can use Time Series Insights as a back end. You can use it to index, store, and aggregate time series data. To build a custom visualization and user experience on top, use the [Client SDK](https://github.com/microsoft/tsiclient/blob/master/docs/API.md). Time Series Insights is also equipped with several [Query APIs](how-to-shape-query-json.md) to enable these customized scenarios.
@@ -40,23 +40,23 @@ Azure Time Series Insights captures and stores every new event as a row, and cha
40
40
41
41
## Primary scenarios
42
42
43
-
- Store time series data in a scalable way.
43
+
- Store time series data in a scalable way.
44
44
45
45
At its core, Time Series Insights has a database designed with time series data in mind. Because it's scalable and fully managed, Time Series Insights handles the work of storing and managing events.
46
46
47
-
- Explore data in near real time.
47
+
- Explore data in near real time.
48
48
49
-
Time Series Insights provides an explorer that visualizes all data that streams into an environment. Shortly after you connect to an event source, you can view, explore, and query event data within Time Series Insights. The data helps you to validate whether a device emits data as expected and to monitor an IoT asset for health, productivity, and overall effectiveness.
49
+
Time Series Insights provides an explorer that visualizes all data that streams into an environment. Shortly after you connect to an event source, you can view, explore, and query event data within Time Series Insights. The data helps you to validate whether a device emits data as expected and to monitor an IoT asset for health, productivity, and overall effectiveness.
50
50
51
51
- Perform root-cause analysis and detect anomalies.
52
52
53
-
Time Series Insights has tools like patterns and perspective views to conduct and save multistep root-cause analysis. Time Series Insights also works with alerting services like Azure Stream Analytics so that you can view alerts and detected anomalies in near real time in the Time Series Insights explorer.
53
+
Time Series Insights has tools like patterns and perspective views to conduct and save multistep root-cause analysis. Time Series Insights also works with alerting services like Azure Stream Analytics so that you can view alerts and detected anomalies in near real time in the Time Series Insights explorer.
54
54
55
55
- Gain a global view of time series data that streams from disparate locations for multi-asset or site comparison.
56
56
57
57
You can connect multiple event sources to a Time Series Insights environment. This way you can view data that streams in from multiple, disparate locations together in near real time. Users can take advantage of this visibility to share data with business leaders. They can collaborate better with domain experts who can apply their expertise to help solve problems, apply best practices, and share learnings.
58
58
59
-
- Build a customer application on top of Time Series Insights.
59
+
- Build a customer application on top of Time Series Insights.
60
60
61
61
Time Series Insights exposes REST Query APIs that you can use to build applications that use time series data.
62
62
@@ -75,7 +75,7 @@ Azure Time Series Insights captures and stores every new event as a row, and cha
75
75
To get started, follow these steps.
76
76
77
77
1. Provision a Time Series Insights environment in the Azure portal.
78
-
1. Connect to an event source like an IoT hub or an event hub.
78
+
1. Connect to an event source like an IoT hub or an event hub.
79
79
1. Upload reference data. This isn't an additional service.
80
80
1. See your data in minutes with the Time Series Insights explorer.
0 commit comments