Azure Data Explorer
This article, Azure Data Explorer, has recently been created via the Articles for creation process. Please check to see if the reviewer has accidentally left this template after accepting the draft and take appropriate action as necessary.
Reviewer tools: Inform author |
Comment: WP:COPYVIO issue resolved. ~Kvng (talk) 20:51, 19 March 2020 (UTC)
Comment: No WP:INDEPENDENT sources cited ~Kvng (talk) 19:40, 19 March 2020 (UTC)
Azure Data Explorer | |
---|---|
Developer(s) | Microsoft |
Initial release | 2018 |
Platform | Microsoft Azure |
Type | Cloud storage |
License | Proprietary |
Website | docs |
Azure Data Explorer is a big data analytics cloud platform[1], developed by Microsoft, that ingests structured, semi-structured (like JSON) and unstructured data (like free-text)[2][3]. The service then stores this data and answers analytic ad-hoc queries on it with seconds of latency. It is a full text indexing and retrieval database, including time series analysis capabilities and regular expression evaluation and text parsing[4].
It is offered as Platform as a Service (PaaS) as part of Microsoft Azure platform. The product was announced by Microsoft in 2018.
History
The development of the product began in 2014 as a grassroots incubation project in the Israeli R&D center of Microsoft[5], with the internal code name 'Kusto[6]' (named after Jacques Cousteau, as a reference to "exploring the ocean of data"). The project aim was to address Azure services' needs for fast and scalable log and telemetry analytics. In 2016 it became the backend big-data and analytics service for Application Insights Analytics [7] The product was announced as a Public Preview product at the Microsoft Ignite 2018 conference[8] , and was announced as a general availability product at the Microsoft Ignite conference of February 2019[9]
Features
Azure Data Explorer offers an optimized query language (KQL - Kusto Query Language.[10][11])[12]
Azure data Explorer can ingest 200MB per second per node[13]
Design
Azure Data Explorer is a distributed database running on a cluster of compute nodes in Microsoft Azure. It is based on relational database management systems (RDBMS), supporting entities such as databases, tables, and columns. It supports complex analytics query operators, such as calculated columns, searching and filtering or rows, group by-aggregates and joins.[14]
The engine service exposes a relational data model: At the top level (cluster) there is a collection of databases, each database contains a collection of tables and stored functions. Each table defines a schema (ordered list of typed fields).
In Azure Data Explorer, unlike a typical relational database management systems (RDBMS), there are no constraints like key uniqueness, primary and foreign key. The necessary relationships are established at the query time.[15] The data in Azure Data Explorer generally follows this pattern[16]: Creating Database, Ingesting data, Query the database.
References
- ^ Mogenis, Max. "What is Azure Data Explorer?". blog.pragmaticworks.com. Retrieved 2020-03-21.
- ^ orspod. "What is Azure Data Explorer?". docs.microsoft.com. Retrieved 2019-12-06.
- ^ Mahajan, Gauri (2020-02-27). "Azure Data Explorer for beginners". SQL Shack - articles about database auditing, server performance, data recovery, and more. Retrieved 2020-03-21.
- ^ "Azure Data Explorer - Digital Marketplace". www.digitalmarketplace.service.gov.uk. Retrieved 2020-03-21.
- ^ "Microsoft R&D". www.microsoftrnd.co.il. Retrieved 2019-12-06.
- ^ Mahajan, Gauri (2020-02-27). "Azure Data Explorer for beginners". SQL Shack - articles about database auditing, server performance, data recovery, and more. Retrieved 2020-03-21.
- ^ orspod. "Introducing Application Insights Analytics". devblogs.microsoft.com. Retrieved 2019-12-06.
- ^ "Introducing Azure Data Explorer". azure.microsoft.com. Retrieved 2019-12-06.
- ^ "General Availability: Azure Data Explorer | Azure updates | Microsoft Azure". azure.microsoft.com. Retrieved 2019-12-06.
- ^ "Getting Started with the Kusto Query Language (KQL) – System.Blog.Martens.Ben". blogs.msdn.microsoft.com. Retrieved 2019-12-06.
- ^ "Exploring Data in Microsoft Azure Using Kusto Query Language and Azure Data Explorer". www.pluralsight.com. Retrieved 2020-03-21.
- ^ orspod. "What is Azure Data Explorer?". docs.microsoft.com. Retrieved 2019-12-06.
- ^ "Introducing Azure Data Explorer". azure.microsoft.com. Retrieved 2019-12-06.
- ^ orspod. "Getting started with Kusto - Azure Data Explorer". docs.microsoft.com. Retrieved 2019-12-06.
- ^ "Azure Data Explorer: a big data analytics cloud platform" (PDF).
{{cite web}}
: CS1 maint: url-status (link) - ^ Serra, James (2019-03-14). "Azure Data Explorer". James Serra's Blog. Retrieved 2020-03-21.