2 options
Azure databricks cookbook : accelerate and scale real-time analytics solutions using the apache spark-based analytics service / Phani Raj, Vinod Jaiswal.
- Format:
- Book
- Author/Creator:
- Raj, Phani, author.
- Jaiswal, Vinod, author.
- Language:
- English
- Subjects (All):
- Big data.
- Microsoft Azure (Computing platform).
- Physical Description:
- 1 online resource (452 pages)
- Place of Publication:
- Birmingham ; Mumbai : Packt Publishing, [2021]
- Biography/History:
- Raj Phani: Phani Raj is an experienced data architect and a product manager having 15 years of experience working with customers on building data platforms on both on-prem and on cloud. Worked on designing and implementing large scale big data solutions for customers on different verticals. His passion for continuous learning and adapting to the dynamic nature of technology underscores his role as a trusted advisor in the realm of data architecture, data science and product management. Jaiswal Vinod: Vinod Jaiswal is an experienced data engineer, excels in transforming raw data into valuable insights. With over 8 years in Databricks, he designs and implements data pipelines, optimizes workflows, and crafts scalable solutions for intricate data challenges. Collaborating seamlessly with diverse teams, Vinod empowers them with tools and expertise to leverage data effectively. His dedication to staying updated on the latest data engineering trends ensures cutting-edge, robust solutions. Apart from technical prowess, Vinod is a proficient educator. Through presentations and mentoring, he shares his expertise, enabling others to harness the power of data within the Databricks ecosystem.
- Summary:
- Get to grips with building and productionizing end-to-end big data solutions in Azure and learn best practices for working with large datasetsKey FeaturesIntegrate with Azure Synapse Analytics, Cosmos DB, and Azure HDInsight Kafka Cluster to scale and analyze your projects and build pipelinesUse Databricks SQL to run ad hoc queries on your data lake and create dashboardsProductionize a solution using CI/CD for deploying notebooks and Azure Databricks Service to various environmentsBook DescriptionAzure Databricks is a unified collaborative platform for performing scalable analytics in an interactive environment. The Azure Databricks Cookbook provides recipes to get hands-on with the analytics process, including ingesting data from various batch and streaming sources and building a modern data warehouse. The book starts by teaching you how to create an Azure Databricks instance within the Azure portal, Azure CLI, and ARM templates. You’ll work through clusters in Databricks and explore recipes for ingesting data from sources, including files, databases, and streaming sources such as Apache Kafka and EventHub. The book will help you explore all the features supported by Azure Databricks for building powerful end-to-end data pipelines. You'll also find out how to build a modern data warehouse by using Delta tables and Azure Synapse Analytics. Later, you’ll learn how to write ad hoc queries and extract meaningful insights from the data lake by creating visualizations and dashboards with Databricks SQL. Finally, you'll deploy and productionize a data pipeline as well as deploy notebooks and Azure Databricks service using continuous integration and continuous delivery (CI/CD). By the end of this Azure book, you'll be able to use Azure Databricks to streamline different processes involved in building data-driven apps.What you will learnRead and write data from and to various Azure resources and file formatsBuild a modern data warehouse with Delta Tables and Azure Synapse AnalyticsExplore jobs, stages, and tasks and see how Spark lazy evaluation worksHandle concurrent transactions and learn performance optimization in Delta tablesLearn Databricks SQL and create real-time dashboards in Databricks SQLIntegrate Azure DevOps for version control, deploying, and productionizing solutions with CI/CD pipelinesDiscover how to use RBAC and ACLs to restrict data accessBuild end-to-end data processing pipeline for near real-time data analyticsWho this book is forThis recipe-based book is for data scientists, data engineers, big data professionals, and machine learning engineers who want to perform data analytics on their applications. Prior experience of working with Apache Spark and Azure is necessary to get the most out of this book.
- Contents:
- Cover
- Title Page
- Copyright and Credits
- Contributors
- Table of Contents
- Preface
- Chapter 1: Creating an Azure Databricks Service
- Technical requirements
- Creating a Databricks workspace in the Azure portal
- Getting ready
- How to do it…
- How it works…
- Creating a Databricks service using the Azure CLI (command-line interface)
- There's more…
- Creating a Databricks service using Azure Resource Manager (ARM) templates
- Adding users and groups to the workspace
- Creating a cluster from the user interface (UI)
- Getting started with notebooks and jobs in Azure Databricks
- Authenticating to Databricks using a PAT
- Chapter 2: Reading and Writing Data from and to Various Azure Services and File Formats
- Mounting ADLS Gen2 and Azure Blob storage to Azure DBFS
- Reading and writing data from and to Azure Blob storage
- Reading and writing data from and to ADLS Gen2
- Reading and writing data from and to an Azure SQL database using native connectors
- Reading and writing data from and to Azure Synapse SQL (dedicated SQL pool) using native connectors
- Reading and writing data from and to Azure Cosmos DB
- How it works….
- Reading and writing data from and to CSV and Parquet
- Reading and writing data from and to JSON, including nested JSON
- Chapter 3: Understanding Spark Query Execution
- Introduction to jobs, stages, and tasks
- Checking the execution details of all the executed Spark queries via the Spark UI
- Deep diving into schema inference
- Looking into the query execution plan
- How joins work in Spark
- Learning about input partitions
- Learning about output partitions
- Learning about shuffle partitions
- Storage benefits of different file types
- Chapter 4: Working with Streaming Data
- Reading streaming data from Apache Kafka
- Reading streaming data from Azure Event Hubs
- Reading data from Event Hubs for Kafka
- Streaming data from log files
- Understanding trigger options
- Understanding window aggregation on streaming data
- Understanding offsets and checkpoints
- How to do it….
- How it works…
- Chapter 5: Integrating with Azure Key Vault, App Configuration, and Log Analytics
- Creating an Azure Key Vault to store secrets using the UI
- Creating an Azure Key Vault to store secrets using ARM templates
- Using Azure Key Vault secrets in Azure Databricks
- Creating an App Configuration resource
- Using App Configuration in an Azure Databricks notebook
- Creating a Log Analytics workspace
- Integrating a Log Analytics workspace with Azure Databricks
- Chapter 6: Exploring Delta Lake in Azure Databricks
- Delta table operations - create, read, and write
- Streaming reads and writes to Delta tables
- Delta table data format
- Handling concurrency
- Delta table performance optimization
- Constraints in Delta tables
- Versioning in Delta tables
- Chapter 7: Implementing Near-Real-Time Analytics and Building a Modern Data Warehouse
- Understanding the scenario for an end-to-end (E2E) solution
- Creating required Azure resources for the E2E demonstration.
- Getting ready
- Simulating a workload for streaming data
- Processing streaming and batch data using Structured Streaming
- Understanding the various stages of transforming data
- Loading the transformed data into Azure Cosmos DB and a Synapse dedicated pool
- Creating a visualization and dashboard in a notebook for near-real-time analytics
- Creating a visualization in Power BI for near-real-time analytics
- Using Azure Data Factory (ADF) to orchestrate the E2E pipeline
- Chapter 8: Databricks SQL
- How to create a user in Databricks SQL
- Creating SQL endpoints
- Granting access to objects to the user
- Running SQL queries in Databricks SQL
- Using query parameters and filters
- Introduction to visualizations in Databricks SQL
- Creating dashboards in Databricks SQL
- Connecting Power BI to Databricks SQL
- Chapter 9: DevOps Integrations and Implementing CI/CD for Azure Databricks
- How to integrate Azure DevOps with an Azure Databricks notebook
- Using GitHub for Azure Databricks notebook version control
- Understanding the CI/CD process for Azure Databricks
- How to set up an Azure DevOps pipeline for deploying notebooks
- Deploying notebooks to multiple environments
- Enabling CI/CD in an Azure DevOps build and release pipeline
- Deploying an Azure Databricks service using an Azure DevOps release pipeline
- Chapter 10: Understanding Security and Monitoring in Azure Databricks
- Understanding and creating RBAC in Azure for ADLS Gen-2
- Creating ACLs using Storage Explorer and PowerShell
- How to configure credential passthrough
- How to restrict data access to users using RBAC
- How to restrict data access to users using ACLs
- Deploying Azure Databricks in a VNet and accessing a secure storage account
- Using Ganglia reports for cluster health
- Cluster access control
- About Packt
- Other Books You May Enjoy
- Index.
- Notes:
- Description based on print version record.
- ISBN:
- 9781789618556
- 178961855X
- OCLC:
- 1268134426
The Penn Libraries is committed to describing library materials using current, accurate, and responsible language. If you discover outdated or inaccurate language, please fill out this feedback form to report it and suggest alternative language.