Skip to content

PacktPublishing/Cloud-Scale-Analytics-with-Azure-Data-Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Scale Analytics with Azure Data Services

Cloud Scale Analytics with Azure Data Services

This is the code repository for Cloud Scale Analytics with Azure Data Services, published by Packt.

Build modern data warehouses on Microsoft Azure

What is this book about?

Azure Data Lake, the modern data warehouse architecture, and related data services on Azure enable organizations to build their own customized analytical platform to fit any analytical requirements in terms of volume, speed, and quality.

This book is your guide to learning all the features and capabilities of Azure data services for storing, processing, and analyzing data (structured, unstructured, and semi-structured) of any size. You will explore key techniques for ingesting and storing data and perform batch, streaming, and interactive analytics. The book also shows you how to overcome various challenges and complexities relating to productivity and scaling. Next, you will be able to develop and run massive data workloads to perform different actions. Using a cloud-based big data-modern data warehouse-analytics setup, you will also be able to build secure, scalable data estates for enterprises. Finally, you will not only learn how to develop a data warehouse but also understand how to create enterprise-grade security and auditing big data programs.

By the end of this Azure book, you will have learned how to develop a powerful and efficient analytical platform to meet enterprise needs.

This book covers the following exciting features:

  • Implement data governance with Azure services
  • Use integrated monitoring in the Azure Portal and integrate Azure Data Lake Storage into the Azure Monitor
  • Explore the serverless feature for ad-hoc data discovery, logical data warehousing, and data wrangling
  • Implement networking with Synapse Analytics and Spark pools
  • Create and run Spark jobs with Databricks clusters
  • Implement streaming using Azure Functions, a serverless runtime environment on Azure
  • Explore the predefined ML services in Azure and use them in your app

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the code is organized into folders.

The code will look like the following:

SELECT
  t1.Cartype,
  SUM(t2.mgNOx/60) as SumNOx
FROM
  Cartraffic as t1 TIMESTAMPED BY ObservedT
JOIN
  CarStats as t2
ON
  t1.Cartype = t2.Cartype
GROUP BY
  t1.Cartype,
  TUMBLINGWINDOW(minute, 10)

Following is what you need for this book: This book is for data architects, ETL developers, or anyone who wants to get well-versed in Azure data services to implement an analytical data estate for their enterprise. The book will also appeal to data scientists and data analysts who want to explore all the capabilities of Azure data services, which can be used to store, process, and analyze any kind of data. A beginner-level understanding of data analysis and streaming will be required. You will need a system with a good internet connection and an Azure account.

Please note: all the services that you might use during the exercises of this book will cause cost within your Azure subscription. Try to always scale down the services where possible or even delete them after you have finished going through the exercises.

With the following software and hardware list you can run all code files present in the book.

Software and Hardware List

Chapter Software required OS required
3 - 14 Azure subscription Windows, Mac OS X, and Linux (Any)

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Related products

Get to Know the Author

Patrik Borosch is a Cloud Solution Architect for Data and AI at Microsoft Switzerland GmbH. He has more than 25 years of BI and analytics development, engineering, and architecture experience and is a Microsoft Certified Data Engineer and a Microsoft Certified AI Engineer. Patrik has worked on numerous significant international Data Warehouses, Data Integration, and Big Data projects. There, he has built and extended his experience in all facets from requirement engineering over data modelling and ETL all the way to reporting and dashboarding. At Microsoft Switzerland, he supports customers in their journey into the analytical world of Azure Cloud.

Download a free PDF

If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.

https://packt.link/free-ebook/9781800562936

About

Cloud scale analytics with Azure Data services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages