Azure 的五十個小劇場...之 Kusto.Explorer: Desktop Application for Azure Data Explorer/ADX
According to previous post, you can create a free adx/kusto cluster on https://dataexplorer.azure.com/publicfreecluster. Also, the online ADX explorer is good for beginner to start.
However the experimental KQL syntax only exists on your browser cache, cannot sharable, visualize, or versioning. I would like to introduce this desktop application to empower the data engineering performance.
Reference from online doc, Download and install the Kusto.Explorer tool from:
https://aka.ms/ke (CDN location)
https://aka.ms/ke-mirror (Non-CDN location)
The normal KQL operation.
- There is
Analize Query
button.
- Can visualize the Query Plan, with Statistics. :-)
Reference: