Synapse Real-Time Analytics: Get started with KQL Welcome to the third video in our How To series for Real-Time Analytics in Microsoft Fabric! In this video, Slavik Neimer, a Principal Software Engineer Manager at Microsoft, will show you how to get started with KQL.
KQL (Kusto Query Language) is the language used in Microsoft Synapse Real-Time Analytics to query and analyze data. This video guides you through an introduction to KQL and its operators. By learning to use operators like count, take, summarize, where, top, as, project, and parse, you can efficiently manipulate data and draw insights from it. KQL also supports parsing JSON objects, enabling you to work with complex data types. Mastering KQL is an essential skill in maximizing the capabilities of Synapse Real-Time Analytics and fully utilizing your data.
Synapse Real-Time Analytics is a powerful tool for collecting and analyzing data in real-time. In this video, Slavik Neimer, a Principal Software Engineer Manager at Microsoft, will show you how to get started with KQL (Kusto Query Language). He will discuss pre-defined queries, how to convert SQL to KQL, and the various other KQL operators and functions such as count, take, summarize, where, top, as, extend, project, parse, and parse_json. He will also demonstrate how to use each operator to manipulate and analyze data in real-time.
The count operator can be used to count the records in a table, while take can be used to get a few arbitrary records. The summarize operator can be used to aggregate data, such as finding the minimum and maximum values in a column. The where operator can be used to filter records, while the top operator can be used to get the first N records sorted by the specified columns. The as operator can be used to bind a name to the operator's input tabular expression, and the extend operator can be used to add new columns to a table. The project operator can be used to select the columns to include in the output, while the parse operator can be used to parse values into one or more calculated columns. Finally, the parse_json function can be used to extract values from JSONs.
KQL, Real-Time Analytics, Fabric, Synapse, Aggregate Data
Diese Website speichert Daten wie z.B. Cookies, um wichtige Funktionen der Website sowie Marketing, Personalisierung und Analyse zu ermöglichen. Sie können Ihre Einstellungen jederzeit ändern oder die Standardeinstellungen akzeptieren. Datenschutzerklärung.