Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit efc0e94

Browse files
committedAug 30, 2021
Updates
1 parent 64b6a89 commit efc0e94

File tree

10 files changed

+204
-229
lines changed

10 files changed

+204
-229
lines changed
 

‎articles/synapse-analytics/data-explorer/api/toc.yml

Lines changed: 109 additions & 197 deletions
Large diffs are not rendered by default.

‎articles/synapse-analytics/data-explorer/data-explorer-compare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.subservice: data-explorer
1515

1616
[Azure Data Explorer](/azure/data-explorer/data-explorer-overview) is a stand-alone, fast, and highly scalable data exploration service for log and telemetry data. The same underlying technology that runs the service is available in Azure Synapse as an integrated analytics service to complement its existing SQL and Spark services geared for data warehouse and data engineering machine learning scenarios.
1717

18-
The native integration of Data Explore capabilities brings analytics log and time series workloads to Synapse in the form of Synapse Data Explorer pools. These pools offer close integration with and easier management of connectivity to other Synapse capabilities. Having all your machine and user data available and accessible in one place, and by leveraging the near real-time exploratory capabilities of Data Explorer, enables you to build solutions that drive business value.
18+
The native integration of Data Explore capabilities brings analytics log and time series workloads to Synapse in the form of Synapse Data Explorer pools. These pools offer close integration with, and easier management of connectivity to, other Synapse capabilities. Having all your machine and user data available and accessible in one place, and by leveraging the near real-time exploratory capabilities of Data Explorer, enables you to build solutions that drive business value.
1919

2020
We recommend starting with Synapse Data Explorer if you are looking for a unified solution that combines big data and analytics capabilities.
2121

‎articles/synapse-analytics/data-explorer/data-explorer-create-pool-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Create a Data Explorer pool using Synapse Studio (Preview)'
2+
title: 'Quickstart: Create a Data Explorer pool using Synapse Studio (Preview)'
33
description: Create a Data Explorer pool using Synapse Studio by following the steps in this guide.
44
ms.topic: quickstart
55
ms.date: 08/20/2021

‎articles/synapse-analytics/data-explorer/data-explorer-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ Azure Synapse Analytics Data Explorer provides customers with an interactive que
1919

2020
## What makes Azure Synapse Analytics Data Explorer unique?
2121

22-
* **Easy ingestion** - Data Explorer offers built-in integrations for no-code/low-code, high throughput data ingestion, and caching data from real-time sources. Data can be ingested from sources such as Event Hub, Kafka, Azure Data Lake, open source agents such as Fluentd/Fluent Bit, and a wide variety of cloud and on-premises data sources.
22+
* **Easy ingestion** - Data Explorer offers built-in integrations for no-code/low-code, high-throughput data ingestion, and caching data from real-time sources. Data can be ingested from sources such as Event Hub, Kafka, Azure Data Lake, open source agents such as Fluentd/Fluent Bit, and a wide variety of cloud and on-premises data sources.
2323

24-
* **No complex data modeling** - With Data Explorer, there is no need to build complex data models and no need for complex scripting to transform data before it can be consumed.
25-
* **No index maintenance** - There is no need for maintenance jobs to optimize data for query performance and no need for index maintenance. With Data Explorer, all raw data is available immediately, allowing you to run high-performance and high-concurrency queries on your streaming and persistent data. You can use these queries to build near real-time dashboards and alerts, and connect operational analytics data with the rest of data analytics platform.
24+
* **No complex data modeling** - With Data Explorer, there is no need to build complex data models and no need for complex scripting to transform data before it's consumed.
25+
* **No index maintenance** - There is no need for maintenance tasks to optimize data for query performance and no need for index maintenance. With Data Explorer, all raw data is available immediately, allowing you to run high-performance and high-concurrency queries on your streaming and persistent data. You can use these queries to build near real-time dashboards and alerts, and connect operational analytics data with the rest of data analytics platform.
2626
* **Democratizing data analytics** - Data Explorer democratizes self-service, big data analytics with the intuitive Kusto Query Language (KQL) that provides the expressiveness and power of SQL with the simplicity of Excel. KQL is highly optimized for exploring raw telemetry and time series data by leveraging Data Explorer's best-in-class text indexing technology for efficient free-text and regex search, and comprehensive parsing capabilities for querying traces\text data and JSON semi-structured data including arrays and nested structures. KQL offers advanced time series support for creating, manipulating, and analyzing multiple time series with in-engine Python execution support for model scoring.
2727
* **Proven technology at petabyte scale** - Data Explorer is a distributed system with compute and storage that can scale independently, enabling analytics on gigabytes or petabytes of data.
2828
* **Integrated** - Azure Synapse Analytics provides interoperability across data between Data Explorer, Apache Spark, and SQL engines empowering data engineers, data scientists, and data analysts to easily, and securely, access and collaborate on the same data in the data lake.

‎articles/synapse-analytics/data-explorer/data-explorer-query-with-pool.md

Lines changed: 0 additions & 16 deletions
This file was deleted.
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
items:
2+
- name: List of functions
3+
displayName: functions library
4+
href: /azure/data-explorer/kusto/functions-library/functions-library?context=/azure/synapse-analytics/context/context
5+
- name: bartlett_test_fl()
6+
displayName: functions library
7+
href: /azure/data-explorer/kusto/functions-library/bartlett-test-fl?context=/azure/synapse-analytics/context/context
8+
- name: binomial_test_fl()
9+
displayName: functions library
10+
href: /azure/data-explorer/kusto/functions-library/binomial-test-fl?context=/azure/synapse-analytics/context/context
11+
- name: comb_fl()
12+
displayName: functions library
13+
href: /azure/data-explorer/kusto/functions-library/comb-fl?context=/azure/synapse-analytics/context/context
14+
- name: factorial_fl()
15+
displayName: functions library
16+
href: /azure/data-explorer/kusto/functions-library/factorial-fl?context=/azure/synapse-analytics/context/context
17+
- name: kmeans_fl()
18+
displayName: functions library
19+
href: /azure/data-explorer/kusto/functions-library/kmeans-fl?context=/azure/synapse-analytics/context/context
20+
- name: ks_test_fl()
21+
displayName: functions library
22+
href: /azure/data-explorer/kusto/functions-library/ks-test-fl?context=/azure/synapse-analytics/context/context
23+
- name: normality_test_fl()
24+
displayName: functions library
25+
href: /azure/data-explorer/kusto/functions-library/normality-test-fl?context=/azure/synapse-analytics/context/context
26+
- name: levene_test_fl()
27+
displayName: functions library
28+
href: /azure/data-explorer/kusto/functions-library/levene-test-fl?context=/azure/synapse-analytics/context/context
29+
- name: mann-whitney-u-test-fl()
30+
displayName: functions library
31+
href: /azure/data-explorer/kusto/functions-library/mann-whitney-u-test-fl?context=/azure/synapse-analytics/context/context
32+
- name: perm_fl()
33+
displayName: functions library
34+
href: /azure/data-explorer/kusto/functions-library/perm-fl?context=/azure/synapse-analytics/context/context
35+
- name: predict_fl()
36+
displayName: functions library
37+
href: /azure/data-explorer/kusto/functions-library/predict-fl?context=/azure/synapse-analytics/context/context
38+
- name: predict_onnx_fl()
39+
displayName: functions library
40+
href: /azure/data-explorer/kusto/functions-library/predict-onnx-fl?context=/azure/synapse-analytics/context/context
41+
- name: quantize_fl()
42+
displayName: functions library
43+
href: /azure/data-explorer/kusto/functions-library/quantize-fl?context=/azure/synapse-analytics/context/context
44+
- name: series_dbl_exp_smoothing_fl()
45+
displayName: functions library
46+
href: /azure/data-explorer/kusto/functions-library/series-dbl-exp-smoothing-fl?context=/azure/synapse-analytics/context/context
47+
- name: series_dot_product_fl()
48+
displayName: functions library
49+
href: /azure/data-explorer/kusto/functions-library/series-dot-product-fl?context=/azure/synapse-analytics/context/context
50+
- name: series_downsample_fl()
51+
displayName: functions library
52+
href: /azure/data-explorer/kusto/functions-library/series-downsample-fl?context=/azure/synapse-analytics/context/context
53+
- name: series_exp_smoothing_fl()
54+
displayName: functions library
55+
href: /azure/data-explorer/kusto/functions-library/series-exp-smoothing-fl?context=/azure/synapse-analytics/context/context
56+
- name: series_fit_lowess_fl()
57+
displayName: functions library
58+
href: /azure/data-explorer/kusto/functions-library/series-fit-lowess-fl?context=/azure/synapse-analytics/context/context
59+
- name: series_fit_poly_fl()
60+
displayName: functions library
61+
href: /azure/data-explorer/kusto/functions-library/series-fit-poly-fl?context=/azure/synapse-analytics/context/context
62+
- name: series_fbprophet_forecast_fl()
63+
displayName: functions library, prophet algorithm, predict
64+
href: /azure/data-explorer/kusto/functions-library/series-fbprophet-forecast-fl?context=/azure/synapse-analytics/context/context
65+
- name: series_metric_fl()
66+
displayName: functions library
67+
href: /azure/data-explorer/kusto/functions-library/series-metric-fl?context=/azure/synapse-analytics/context/context
68+
- name: series_moving_avg_fl()
69+
displayName: functions library
70+
href: /azure/data-explorer/kusto/functions-library/series-moving-avg-fl?context=/azure/synapse-analytics/context/context
71+
- name: series_rate_fl()
72+
displayName: functions library
73+
href: /azure/data-explorer/kusto/functions-library/series-rate-fl?context=/azure/synapse-analytics/context/context
74+
- name: series_rolling_fl()
75+
displayName: functions library
76+
href: /azure/data-explorer/kusto/functions-library/series-rolling-fl?context=/azure/synapse-analytics/context/context
77+
- name: time_weighted_avg_fl()
78+
displayName: functions library
79+
href: /azure/data-explorer/kusto/functions-library/time-weighted-avg-fl?context=/azure/synapse-analytics/context/context
80+
- name: two_sample_t_test_fl()
81+
displayName: functions library
82+
href: /azure/data-explorer/kusto/functions-library/two-sample-t-test-fl?context=/azure/synapse-analytics/context/context
83+
- name: wilcoxon_test_fl()
84+
displayName: functions library
85+
href: /azure/data-explorer/kusto/functions-library/wilcoxon-test-fl?context=/azure/synapse-analytics/context/context

‎articles/synapse-analytics/data-explorer/kusto-query-language/toc.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
items:
2-
- name: Context test (ignore)
3-
items:
4-
- name: Query using .NET Core
5-
href: ../../../azure-sql/database/connect-query-dotnet-core.md?context=/azure/synapse-analytics/context/context
6-
- name: Add an Azure Stream Analytics job
7-
href: ../../sql-data-warehouse/sql-data-warehouse-integrate-azure-stream-analytics.md?context=/azure/synapse-analytics/context/context
82
- name: Getting started with Kusto
93
href: /azure/data-explorer/kusto/concepts/index?context=/azure/synapse-analytics/context/context
104
- name: Tutorial

‎articles/synapse-analytics/overview-terminology.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Pipelines are how Azure Synapse provides Data Integration - allowing you to move
5050
* **Trigger** - Executes a pipeline. It can be run manually or automatically (schedule, tumbling window or event-based)
5151
* **Integration dataset** - Named view of data that simply points or references the data to be used in an activity as input and output. It belongs to a Linked Service.
5252

53-
## Data Explorer
53+
## Data Explorer (Preview)
5454

5555
Azure Synapse Analytics Data Explorer provides customers with an interactive query experience to unlock insights from log and telemetry data.
5656

‎articles/synapse-analytics/overview-what-is.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Azure Synapse Analytics Data Explorer provides customers with an interactive que
5656

5757
Use Data Explorer as a data platform for building near real-time log analytics and IoT analytics solutions to:
5858

59-
* Consolidate and correlate your logs and events data across on-prem, cloud, 3rd party data sources.
60-
* Accelerate your AI Ops journey (pattern recognition, anomaly detection, forecasting, etc.)
59+
* Consolidate and correlate your logs and events data across on-premises, cloud, third-party data sources.
60+
* Accelerate your AI Ops journey (pattern recognition, anomaly detection, forecasting, and more)
6161
* Replace infrastructure-based log search solutions to save cost and increase productivity.
6262
* Build IoT Analytics solution for your IoT data.
6363
* Build Analytical SaaS solutions to offer services to your internal and external customers.

‎articles/synapse-analytics/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,6 @@ items:
581581
href: data-explorer/data-explorer-create-pool-portal.md
582582
- name: Create a Data Explorer pool using the Synapse Studio
583583
href: data-explorer/data-explorer-create-pool-studio.md
584-
- name: Query data with data explorer pools
585-
href: data-explorer/data-explorer-query-with-pool.md
586584
- name: Monitor and diagnose pools
587585
href: data-explorer/data-explorer-monitor-pools.md
588586
- name: Kusto Query Language
@@ -593,6 +591,8 @@ items:
593591
href: data-explorer/management/toc.yml
594592
- name: API
595593
href: data-explorer/api/toc.yml
594+
- name: Functions library
595+
href: data-explorer/functions-library/toc.yml
596596
- name: Apache Spark
597597
items:
598598
- name: Overview

0 commit comments

Comments
 (0)
Please sign in to comment.