Querying with Azure Synapse Data Explorer and Kusto Query Language
When your data resides in Azure Synapse, Azure Synapse Data Explorer (formerly known as Kusto) is the go-to tool for interactive queries. It uses Kusto Query Language (KQL), which builds on many SQL concepts but offers simplified syntax for telemetry, logs, and time-series data.KQL supports built-in visualizations—you can append
Familiarity with SQL eases your transition, but KQL’s pattern matching and time-series operators are unique.
| render <chartType> to your query to instantly produce charts.Familiarity with SQL eases your transition, but KQL’s pattern matching and time-series operators are unique.
Open-Source Analytics Engines
Azure provides first-class support for popular open-source data engines. You can run adhoc SQL, batch, or streaming workloads at scale.| Engine | Description | Use Case |
|---|---|---|
| Apache Spark | Fast, in-memory analytics engine for batch and streaming, with SQL, Python, Scala, and R APIs. | Large-scale ETL, machine learning |
| Apache Hadoop | Distributed storage and processing framework; integrates with HBase for NoSQL and wide-column. | Batch processing, HDFS compute |


Integrating Tools with Azure HDInsight
When your analytics solution combines multiple open-source frameworks, Azure HDInsight offers a fully managed cluster service. You can mix and match:| Component | Role |
|---|---|
| Apache Spark | In-memory analytics |
| [Apache Hive][hive] | SQL-based data warehousing |
| [Apache Kafka][kafka] | Real-time stream ingestion |
| Hadoop | Distributed storage & compute |

HDInsight clusters can auto-scale and integrate with Azure Active Directory for secure, enterprise-grade deployments.
Choosing the Right Analytics Platform
As your analytics requirements evolve, consider purpose-built, fully integrated platforms:- Azure Synapse Analytics – Unified experience for data warehousing, big data, and data integration.
- Azure Databricks – Optimized Apache Spark environment with collaborative notebooks and ML integration.