Lot many services offered by Azure !!!
Zakaas Inc is now ready to setup cloud infra for the purpose. When technical team visited https://azure.microsoft.com to choose the right services, they were surprised to see lot many services being offered on Azure platform. There was no way to quickly understand what are relevant service fit for the requirement. BigDataCloud.in suggested to see below small video.
After seeing the video now the team is ready for architecture and staffing. Zakaas Inc now aware of Big Data terminologies and relevant Azure services.
We should now focus on:
Storage Services -- To store the data(Blob/ADLS)
Compute Services -- To process the data (Databricks/HDInsight)
Database Services -- For DW and Data marts (SQL, SQL DW)
Azure Data Factory -- Data orchestration
Azure Functions -- Minor add on utilities (e.g. send email, log error)
Points to be noted:
Here are some terms you must know as these will be referred in future courses.
Portal - Azure portal is UI where you can provision, manage Azure services and it's components.
Azure SDK - A SDK for C#/Python/Ruby/Other programming languages to create program to provision/manage Azure servers. Whatever is offered from UI, most of the functionalities available through SDK.
Azure Rest API - Almost all Portal functionalities are available through Azure Rest API. Azure Rest API is Web url which need to be authenticated using Azure AD account (your login).
Powershell - Similar to Azure SDK but Powershell commands and libraries. Commands looks like Unix commands. Powershell is available through Azure portal as well as can be installed on your machine.
Azure CLI - Similar to Powershell however more familiar to Windows command line users. Azure CLI is available through Azure portal.
https://azure.microsoft.com/en-in/solutions/big-data/
Go back to BigDataCloud.in