Streaming pipeline orchestration

Abhijeet
New Contributor III

For a batch job I can use ADF and Databricks notebook activity to create a pipeline.

Similarly what Azure stack I should use to run Structured streaming Databricks notebook for a production ready pipeline.

Prabakar
Databricks Employee
Databricks Employee

Hi @Abhijeet Singh​ I believe you need to ask this query in Azure/Microsoft forum.

@Hubert Dudek​ / @Werner Stinckens​  do you have any inputs on this?

I would run from databricks not ADF but you can start the notebook with the streaming job from ADF, but you need to think about logic, and also, ADF will wait idly for the streaming to finish so that you will pay double. There are many Azure stream options, but you run streaming notebook only from Azure Databricks.


My blog: https://databrickster.medium.com/

View solution in original post

Abhijeet
New Contributor III

ok Sure