Technology: Apache Airflow

“All You Need To Know About Open Stack”

Reading Time: 3 minutes Let’s us know about Open Stack in easy words OPEN STACK There are many open source platforms where Open Stack is one of the most famous and trendily open source. It usually uses pooled virtual resources that to build the public clouds and also to manage private and public clouds. Open Stack consists of a tool that contain projects to handle many functionalities of cloud Continue Reading

Apache Airflow: Understanding Operators

Reading Time: 5 minutes An Operator is the building block of an Airflow DAG. It determines what will be executed when the DAG runs. They can be considered as templates or blueprints that contain the logic for a predefined task, that we can define declaratively inside an Airflow DAG. When an operator is instantiated along with its required parameters then it is known as a task. An Operator defines one Continue Reading

Core Concepts of Apache Airflow

Reading Time: 4 minutes In this blog we will go over the core concepts basic you must understand if you want to use Apache airflow. In this article, you will learn: What is Airflow Architecture Overview Dag Task Operator Dag Run Execution Date Airflow Airflow was started in October 2014 and developed by Maxime Beauchemin at Airbnb. It is a platform for programmatically authoring, scheduling, and monitoring workflows. It Continue Reading