ELT frameworks (Azure)

Hanna Rontana 20 Reputation points
2023-04-18T08:17:24.1533333+00:00

Generally speaking, which Azure data platform is most typically utilized for data processing in an ELT framework?
Azure Data Factory or Azure Databricks...

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,534 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,652 questions
0 comments No comments
{count} votes

Accepted answer
  1. Izmir Sadigov 111 Reputation points MVP
    2023-04-18T08:17:46.8333333+00:00

    ADF and Databricks are commonly used for ETL or ELT solutions, and the decision-making process depends on the specific scenarios that need to be implemented. In most cases, a hybrid approach is utilized, combining ADF with custom code using Azure Databricks or Azure Functions/Batch for certain functionalities that are not yet available in ADF. However, in some exceptional cases where dedicated clusters are necessary, ADB may be preferred over ADF since ADF dataflows generate clusters at runtime with each execution. Over the next few years, ADLA and ADLS will be phased out.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.