---
description: Learn how Apache Airflow can help your business. GetApp provides users in New Zealand with the most detailed information on software reviews, prices and features.
image: https://gdm-localsites-assets-gfprod.imgix.net/images/getapp/og_logo-94fd2a03a6c7a0e54fc0c9e21a1c0ce9.png
title: Apache Airflow Reviews, Pricing & Ratings | GetApp NZ 2026
---

Breadcrumb: [Home](/) > [Workflow Management Software](/directory/566/business-workflow/software) > [Apache Airflow](/software/2077901/apache-airflow)

# Apache Airflow

Canonical: https://www.getapp.co.nz/software/2077901/apache-airflow

Page: 1 / 2\
Next: [Next page](https://www.getapp.co.nz/software/2077901/apache-airflow?page=2)

> Apache Airflow is a platform created by the community to programmatically author, schedule, and monitor workflows. It has a modular architecture and uses a message queue to orchestrate an arbitrary number of workers, making it scalable. Apache Airflow pipelines are defined in Python, allowing for dynamic pipeline generation and flexibility when building workflows.
> 
> Verdict: Rated **4.6/5** by 11 users. Top-rated for **Likelihood to recommend**.

-----

## Overview

### Key benefits of Apache Airflow

Scalable architecture that can scale to infinity with message queue orchestration and modular components&#10;Dynamic pipelines defined in Python for flexible workflow generation&#10;Extensible with custom operators and libraries to fit the environment&#10;Pipelines with parametrization and Jinja templating built-in&#10;Python implementation for full flexibility when building workflows

## Quick Stats & Ratings

| Metric | Rating | Detail |
| **Overall** | **4.6/5** | 11 Reviews |
| Ease of Use | 4.1/5 | Based on overall reviews |
| Customer Support | 3.4/5 | Based on overall reviews |
| Value for Money | 4.6/5 | Based on overall reviews |
| Features | 4.1/5 | Based on overall reviews |
| Recommendation percentage | 80% | (8/10 Likelihood to recommend) |

## About the vendor

- **Company**: Apache Software Foundation
- **Founded**: 2011

## Commercial Context

- **Target Audience**: Self Employed, 2–10, 11–50, 51–200, 201–500
- **Deployment & Platforms**: Cloud, SaaS, Web-based
- **Available Countries**: Germany

## Features

- API
- Monitoring
- Project Workflow
- Task Management
- Template Management
- Third-Party Integrations
- Workflow Configuration

## Category

- [Workflow Management Software](https://www.getapp.co.nz/directory/566/business-workflow/software)

## Alternatives

1. [monday.com](https://www.getapp.co.nz/software/91734/monday-com) — 4.6/5 (5726 reviews)
2. [viaSocket](https://www.getapp.co.nz/software/2077932/viasocket) — 4.8/5 (640 reviews)
3. [Jira](https://www.getapp.co.nz/software/9953/jira) — 4.4/5 (15312 reviews)
4. [Asana](https://www.getapp.co.nz/software/90584/asana) — 4.5/5 (13547 reviews)
5. [Zapier](https://www.getapp.co.nz/software/100222/zapier) — 4.7/5 (3043 reviews)

## Reviews

### "Review of Apache Airflow" — 5.0/5

> **Darian** | *27 May 2022* | Insurance | Recommendation rating: 10.0/10
> 
> **Pros**: Apache Airflow made our automations a lot more straightforward to maintain. There were issues we were seeing where our cronjobs were occasionally failing and there were no methods in place to automatically notify on these issues. Similarly, we also were looking for a solution to retry scripts if they failed, especially for tasks that were running overnight. The UI was also a pleasant upgrade from our CLI-based task scheduling system.
> 
> **Cons**: The scheduling aspect could occasionally be slow, especially depending on how many tasks you may have. If you require tasks to be scheduled exactly at a certain time, there could be several second delays before the scheduler will pick up tasks so that should be kept in mind. The learning curve on some parts of Airflow could also be confusing if trying to learn or teach new developers.
> 
> Airflow solved several problems for our business, namely notifications and retry behavior. In addition, it offered integrations with several services that lowered the amount of development time or knowledge we needed. We have since transitioned most of our standalone scripts to this system simply because it does everything we have needed it to.

-----

### "Deploy/schedule/manage DAG's easily with Airflow" — 5.0/5

> **Verified Reviewer** | *10 March 2023* | Telecommunications | Recommendation rating: 9.0/10
> 
> **Pros**: Airflow being served as a product in leading multi cloud environment is one of the big plus . I also comes at a cheaper rate with lots of features to manage the daily data load pipelines.
> 
> **Cons**: The UI could have been improved by showing statistics of the task in more cleaner way. The version management of the batch that gets deployed should definitely be improved.
> 
> A stable open source product solution to manage and execute batch jobs.

-----

### "Take control of your data processing workflows with Apache Airflow." — 4.0/5

> **Cesar Josue** | *20 April 2023* | Mechanical or Industrial Engineering | Recommendation rating: 6.0/10
> 
> **Pros**: Airflow is highly flexible and customizable, making it suitable for a wide range of use cases. Users can define their own tasks and workflows and tailor them according to their specific needs. It is designed to handle large workflows and big data sets. It can scale horizontally across multiple servers to handle large volumes of data processing. In addition, it provides a web user interface for monitoring and managing workflows in real-time. Users can check the status of their tasks and receive alerts about any issues or failures. It has a large community of developers and users, which means there is a wealth of documentation, tutorials, and resources available online.
> 
> **Cons**: Airflow can be difficult to learn and properly configure, especially for those who do not have prior experience in programming or server administration. Some users have reported issues when setting up Airflow in different environments, which can result in stability or performance problems. Even though Airflow can work with a diverse range of tools and technologies, it may not be compatible with certain tools used by certain teams.
> 
> Apache Airflow is a highly useful platform for orchestrating and coordinating complex data processing workflows. While there may be a steep learning curve and some configuration issues, the benefits in terms of flexibility, scalability, and monitoring make it a valuable tool for many data and analytics teams.

-----

### "Review of Airflow" — 5.0/5

> **Christhian** | *19 October 2024* | Financial Services | Recommendation rating: 9.0/10
> 
> **Pros**: Airflow is one of the top scheduler on the market. It's easy to implement your python script for the deployment in production.
> 
> **Cons**: The only lack on Airflow so far is that it doesn't give you an overview on all you repository.
> 
> Airflow is a well known and well implemented scheduler that can be use by developpers but also other non IT collabs.

-----

### "Powerful workflow orchestration tool" — 5.0/5

> **Verified Reviewer** | *14 April 2022* | Logistics & Supply Chain | Recommendation rating: 10.0/10
> 
> **Pros**: I like the whole concept of DAGs which was made prominent, I think, by Airflow in the data engineering workspace. Airflow is really good at this, both in executing and also in monitoring. It makes dev and ops a lot easier for both data engineering and data science workflows.
> 
> **Cons**: Task scheduling and execution used to be a bit slow, but this has been fixed since version 2.0. So far, I don't have anything else to not like about Airflow.
> 
> Overall, Airflow has allowed us to develop and maintain a large number of automated workflows, both for data engineering and data science. It gave us a force multiplier for each data engineering hire which makes our team a lot more efficient compared to before.

-----

Page: 1 / 2\
Next: [Next page](https://www.getapp.co.nz/software/2077901/apache-airflow?page=2)

## Links

- [View on GetApp](https://www.getapp.co.nz/software/2077901/apache-airflow)

## This page is available in the following languages

| Locale | URL |
| en | <https://www.getapp.com/operations-management-software/a/apache-airflow/> |
| en-AE | <https://www.getapp.ae/software/2077901/apache-airflow> |
| en-AU | <https://www.getapp.com.au/software/2077901/apache-airflow> |
| en-CA | <https://www.getapp.ca/software/2077901/apache-airflow> |
| en-GB | <https://www.getapp.co.uk/software/2077901/apache-airflow> |
| en-IE | <https://www.getapp.ie/software/2077901/apache-airflow> |
| en-NZ | <https://www.getapp.co.nz/software/2077901/apache-airflow> |
| en-SG | <https://www.getapp.sg/software/2077901/apache-airflow> |
| en-ZA | <https://www.getapp.za.com/software/2077901/apache-airflow> |

-----

## Structured Data

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":null,"address":{"@type":"PostalAddress","addressLocality":null,"addressRegion":null,"postalCode":null,"streetAddress":null},"description":"Review, Compare and Evaluate small business software. GetApp New Zealand has software offers, SaaS and Cloud Apps, independent evaluations and reviews.","email":"info@getapp.co.nz","url":"https://www.getapp.co.nz/","logo":"https://dm-localsites-assets-prod.imgix.net/images/getapp/getapp-logo-light-mode-5f7ee07199c9b3b045bc654a55a2b9fa.svg","@type":"Organization","@id":"https://www.getapp.co.nz/#organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/getapp","https://www.facebook.com/GetAppcom","https://www.linkedin.com/company/getapp-com-a-gartner-company/","https://www.instagram.com/getappcom/","https://www.youtube.com/c/GetAppCom"]},{"name":"Apache Airflow","description":"Apache Airflow is a scalable platform created by the community to help programmatically author, schedule, and monitor workflows. With its modular architecture and message queue-based orchestration, Airflow allows users to define pipelines in Python, enabling the dynamic generation of workflows through code. \n\nAirflow's extensibility empowers users to define custom operators and extend libraries to fit the specific environment and level of abstraction. Its Python approach enables users to leverage standard Python features when creating workflows, including date-time formats for scheduling and loops for dynamic task generation. The platform's web application provides a user interface for monitoring, scheduling, and managing workflows, offering full insight into the status and logs of completed and ongoing tasks. Airflow also boasts a wide range of plug-and-play operators, ready to execute tasks on various cloud platforms and third-party services, allowing users to apply to current infrastructure and extend to next-generation technologies.","url":"https://www.getapp.co.nz/software/2077901/apache-airflow","@type":"SoftwareApplication","@id":"https://www.getapp.co.nz/software/2077901/apache-airflow#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.getapp.co.nz/#organization"},"aggregateRating":{"@type":"AggregateRating","ratingValue":4.6,"bestRating":5,"ratingCount":11},"operatingSystem":"Cloud"},{"@type":"BreadcrumbList","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"Workflow Management Software","position":2,"item":"/directory/566/business-workflow/software","@type":"ListItem"},{"name":"Apache Airflow","position":3,"item":"/software/2077901/apache-airflow","@type":"ListItem"}],"@id":"https://www.getapp.co.nz/software/2077901/apache-airflow#breadcrumblist"}]}
</script>
