03-03-2017 08:12 AM
Organizations have been increasingly moving towards and adopting cloud data and analytics platforms like Microsoft Azure. In this first in a series of Azure Data Platform blog posts, I’ll get you on your way to making your adoption of the cloud platforms and data integration easier.
In this post, I focus on ingesting data into the Azure Cloud Data Platform and demonstrate how to read and write data to Microsoft Azure Storage using SnapLogic.
For those who want to dive right in, my 4-minute step-by-step video “Building a simple pipeline to read and write data to Azure Blob storage” shows how to do what you want, without writing any code.
Azure Storage enables you to store terabytes of data to support small to big data use cases. It is highly scalable, highly available, and can handle millions of requests per second on average. Azure Blob Storage is one of the types of services provided by Azure Storage.
Azure provides two key types of storage for unstructured data: Azure Blob Storage and Azure Data Lake Store.
Azure Blob Storage stores unstructured object data. A blob can be any type of text or binary data, such as a document or media file. Blob storage is also referred to as object storage.
Azure Data Lake Store provides what enterprises look for in storage today and it:
Let’s look at how you can read and write to Azure Data Platform using SnapLogic.
For SnapLogic Snaps that support Azure Accounts, we have an option to choose one of Azure Storage Account or Azure Data Lake Store:
Configuring the Azure Storage Account in SnapLogic can be done as shown below using the Azure storage account name and access key you get from the Azure Portal:
Configuring the Azure Data Lake Store Account in SnapLogic as shown below, uses the Azure Tenant ID, Access ID, and Secret Key that you get from the Azure Portal:
Put together, you’ve got a simple pipeline that illustrates how to read and write to Azure Blob Storage:
In the next post in this series, I will describe the approaches to move data from your on-prem databases to Azure SQL Database.
06-05-2018 03:16 AM
@pkona Can we use simple file reader for Azure Blob
06-25-2018 09:25 AM
You can use the “File Reader Snap” and “HDFS Reader Snap” to read from Azure Storage (WASB and ADL).