DP-201: Designing an Azure Data Solution - Exam Prep

DP-201: Designing an Azure Data Solution - Exam Prep

A collection of resources, study notes, and learning material that helped me, and can hopefully help others, prepare for and pass exam DP-201: Designing an Azure Data Solution. Note: Passing DP-201 is one out of two steps required to become a Microsoft Certified: Azure Data Engineer, you must pass both DP-200 and DP-201.

Read More

DP-200: Implementing an Azure Data Solution - Exam Prep

DP-200: Implementing an Azure Data Solution - Exam Prep

A collection of resources, study notes, and learning material that helped me, and can hopefully help others, prepare for and pass exam DP-200: Implementing an Azure Data Solution. Note: Passing DP-200 is one out of two steps required to become a Microsoft Certified: Azure Data Engineer, you must pass both DP-200 and DP-201.

Read More

Getting Started with Azure Data Factory

Getting Started with Azure Data Factory

Azure Data Factory is a fully managed data integration service that allows you to orchestrate and automate data movement and data transformation in the cloud. In Microsoft's latest release, ADF v2 has been updated with visual tools, enabling faster pipeline builds with less code.

Read More

Azure Cosmos DB Graph API with Python

Azure Cosmos DB Graph API with Python

Explore how Azure Cosmos DB can be used to store, query and traverse graphs using Python and the Gremlin query language of Apache TinkerPop.

Read More

Going serverless with Bitcoin, Azure Functions and Cosmos DB

Going serverless with Bitcoin, Azure Functions and Cosmos DB

Serverless database computing with Azure Functions and Microsoft's fully managed No-SQL database service, Cosmos DB. Using a time-based trigger, our function will update Cosmos DB with Bitcoin price data (e.g. open, high, low, volume, etc.) on a regular interval (every 1 minute).

Read More