Introduction ETL is one of the major tasks for any data engineer, and we have many solutions either on-premise or cloud solutions available in the market to implement this concept, in Microsoft Azure, Azure Data Factory is the ETL solution to implement data pipelines using data from the cloud source or data from on-premise sources, […]
Azure Storage Account | Microsoft Azure
Storage Account A storage account is a container that groups a set of Azure Storage services together. Only data services from Azure Storage can be included in a storage account (Azure Blobs, Azure Files, Azure Queues, and Azure Tables) Storage Account is an Azure resource, so it can be grouped under a Resource Group. Under […]
Setup Free AWS RDS Instance | AWS RDS
AWS provides set of database services that cover most of the applications needs from a database, such as relational database, NoSQL database, Graph databases, and a database customized for Data Warehouse applications AWS RDS is available with 6 database engines In this tutorial we will go step by step through the process of creating a […]
Setup AWS CLI for Windows | AWS Command Line Tools
AWS CLI v2 Setup In the following steps we will go through how to setup and configure AWS CLI to connect to your AWS account and manage your services 1- First step is to install MSI File from the link https://awscli.amazonaws.com/AWSCLIV2.msi 2- Double click on MSI installer as shown 3- Installer will start, click on […]