DEV Community

Cover image for DP-900 PART 14
Sakshi
Sakshi

Posted on • Edited on

3

DP-900 PART 14

Azure stream analytics

It is a service for complex event processing and analysis of stream data.

It is used to ingest data from input
Process data using query
Write results to output

Filters data after capturing it and send results to downstream process.

Apache spark azure

Can use spark on azure

  1. Azure synapse analytics
  2. Azure databricks
  3. Azure HDInsight

Spark structured stream

It is used for streaming data on azure
Spark stream library provides API for ingesting, processing and output results. It is built over dataframe. This API reads data from real time data source such as Kafka hub, file store.

Delta lake

Open source storage layer, support for transactional consistency, schema enforcement

Thanks for reading <3

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay