Lead of Monitoring Tech at a educational organization with 1,001-5,000 employees
Real User
Top 20
A good tool for managing data pipelines
Pros and Cons
  • "Since Apache works very well on Python, we can manage everything and create pipelines there."
  • "Adding more automated components in Apache Airflow for basic things like exporting the data would be helpful."

What is our primary use case?

We use Apache Airflow to send our data to a third-party system.

What is most valuable?

We are already on Python. Since Apache works very well on Python, we can manage everything and create pipelines there.

What needs improvement?

Adding more automated components in Apache Airflow for basic things like exporting the data would be helpful. Apache Airflow is not that easy to use, but we have gotten used to it.

For how long have I used the solution?

I have been using Apache Airflow for three years.

Buyer's Guide
Apache Airflow
April 2024
Learn what your peers think about Apache Airflow. Get advice and tips from experienced pros sharing their opinions. Updated: April 2024.
769,334 professionals have used our research since 2012.

What do I think about the stability of the solution?

Apache Airflow is a stable solution.

What do I think about the scalability of the solution?

Apache Airflow is not a scalable solution for our use cases. We have a very huge list of use cases. Over 10 developers use Apache Airflow in our organization.

How are customer service and support?

Apache Airflow's technical support team is good and provides assistance almost 90% of the time.

How was the initial setup?

Apache Airflow's initial setup is easy. It's not that difficult, but it has a learning curve.

What's my experience with pricing, setup cost, and licensing?

Apache Airflow is a cheap solution.

What other advice do I have?

Depending on your use case, if you are looking for a quick solution to work on and know Python, you should go ahead with Apache Airflow.

Apache Airflow is a good enough tool for managing data pipelines. However, the solution is not up to the mark as you scale up and go at the higher performance. Apache Airflow has introduced the DAG connector for managing data pipelines.

Overall, I rate Apache Airflow an eight out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
VenugopalKathirvel - PeerSpot reviewer
Senior Member Of Technical Staff, Engineering Operations at VMware
Real User
Top 20
Flexible open-source solution
Pros and Cons
  • "Apache Airflow's best feature is its flexibility."
  • "Apache Airflow could be improved with the addition of more frameworks."

What is most valuable?

Apache Airflow's best feature is its flexibility.

What needs improvement?

Apache Airflow could be improved with the addition of more frameworks.

For how long have I used the solution?

I've been using Apache Airflow for four years.

What do I think about the stability of the solution?

Apache Airflow is stable.

What do I think about the scalability of the solution?

Apache Airflow is scalable.

How was the initial setup?

The initial setup was very easy.

What about the implementation team?

We used an in-house team.

What's my experience with pricing, setup cost, and licensing?

Apache Airflow is open-source and free of charge.

What other advice do I have?

I would rate Apache Airflow eight out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Buyer's Guide
Apache Airflow
April 2024
Learn what your peers think about Apache Airflow. Get advice and tips from experienced pros sharing their opinions. Updated: April 2024.
769,334 professionals have used our research since 2012.
Analytics Solution Manager at Telekom Malaysia
Real User
Top 20
Comes with direct support for Python, letting us easily automate our pipelines
Pros and Cons
  • "The best part of Airflow is its direct support for Python, especially because Python is so important for data science, engineering, and design. This makes the programmatic aspect of our work easy for us, and it means we can automate a lot."
  • "We're currently using version 1.10, but I understand that there's a lot of improvements in version 2. In the earlier version that we're using, we sometimes have problems with maintenance complexity. Actually using Airflow is okay, but maintaining it has been difficult."

What is our primary use case?

There are a few use cases we have for Apache Airflow, one being government projects where we perform data operations on a monthly basis. For example, we'll collect data from various agencies, harmonize the data, and then produce a dashboard. In general, it's a BI use case, but focusing on social economy.

We concentrate mainly on BI, and because my team members have strong technical backgrounds we often fall back to using open source tools like Airflow and our own coded solutions. 

For a single project, we will typically have three of us working on Airflow at a time. This includes two data engineers and a system administrator. Our infrastructure model is hybrid, based both in the cloud and on-premises. 

What is most valuable?

The best part of Airflow is its direct support for Python, especially because Python is so important for data science, engineering, and design. This makes the programmatic aspect of our work easy for us, and it means we can automate a lot.

It's such a natural fit because our engineers are also Python-based, and I think we also quite like that we don't have to learn different kinds of UIs. Airflow is based on standard software packages, so we don't have to learn anything new in the way of opinionated UIs from different vendors.

What needs improvement?

We're currently using version 1.10, but I understand that there's a lot of improvements in version 2. In the earlier version that we're using, we sometimes have problems with maintenance complexity. Actually using Airflow is okay, but maintaining it has been difficult.

When something fails, it's not that easy to troubleshoot what went wrong. Sometimes the UI becomes really slow and there's no easy way to diagnose the problem. For the most part, we have had to learn through trial and error how to operate it properly. 

The UI is also not that attractive, and I feel that the user experience isn't that nice. Version 2 is supposedly better, but without having tried it, I could suggest more improvements in the visual UI. We want to do the ETL as code, but having a nice visual UI to facilitate this process would be great. Because that means we can also rely on non-technical staff, rather than just the three solid technical staff we have here. If there were better features for the UI, like drag-and-drop, then we could expand its use to more of our team.

For how long have I used the solution?

I've been using Apache Airflow for about two and a half years. 

What do I think about the stability of the solution?

I think how Apache Airflow works is great. We like the paradigm of ETL as code, which means you define your pipeline as code. All the while, people talk about infrastructure as code, so the practice of ETL as code really fits into that philosophy.

What do I think about the scalability of the solution?

We can scale it well, and it runs on cloud, too. It's compatible with cloud-native technologies like Kubernetes so it has no issues regarding elasticity.

How are customer service and technical support?

We contacted an Airflow developer for assistance once and it was a good experience.

Which solution did I use previously and why did I switch?

We like to explore different tools, mixing and matching them to our needs, but we have never really found any like Airflow that are to our liking. We tried looking into Talend and Alteryx but we didn't find them suitable to our style or approach.

How was the initial setup?

As a first-time user, it was complex and somewhat difficult to set up as there are many components to put together. You've got your data portion, your scheduler portion, your web server portion, etc., and you've got all these parts to set up at first.

The next project that you get to, it gets easier. You really need to acquire a feel for what you're doing, and once you get over that, it's not too bad.

What about the implementation team?

We implemented Airflow ourselves, with the help of our two in-house data engineers and system administrator. It took around three months to get it deployed initially, from concept into production. Then after that, the goal is just to operate it and keep it running.

What's my experience with pricing, setup cost, and licensing?

Although Airflow is open source software, there's also commercial support for it by Astronomer. We personally don't use the commercial support, but it's always an option if you don't mind the extra cost.

What other advice do I have?

I can recommend Apache Airflow, especially if there are serious data engineers on your team. If, on the other hand, you're looking to enable business users, then it's not suitable.

I would rate Apache Airflow an eight out of ten.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Other
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Senior Software Engineer at a pharma/biotech company with 1,001-5,000 employees
Real User
Feature rich, open-source, and good for building data pipelines
Pros and Cons
  • "I like the UI rework, it's much easier."
  • "I would like to see it more friendly for other use cases."

What is our primary use case?

I'm a data engineer. In the past, I used Airflow for building data pipelines and to populate data warehouses. With my current company, it's a data product or datasets that we sell to biopharma companies.

We are using those pipelines to generate those datasets.

What is most valuable?

I like the UI rework, it's much easier.

I use XCom for derived variables that need to pass between tasks. I don't really tend to use it for passing data, but only for a derived variable. For example, I don't have to re-query something every time, with one-task uses. I use the JSON comp for overwriting certain parameters.

In our use cases, some of the inputs of the dataset are files that we pulled out of S3. Sometimes they need to re-do those files, but we don't need to change any logic, we just need to redo the bills. Rather than redeploying the code to point to a new S3 bucket, we overwrite it to point to a different S3 key.

I have read that there are many different workflow pipelining tools in the biotech space, such as Snakemake and Nextflow.

There is also a CWL plugin that we may look into at some point. 

Eventually, we might have a use case where a researcher has a pipeline they run locally, and then we want to convert that to a DAG. 

The CWL-Airflow plugin would be useful for that. This might be something to look into later. But that would be like months, or maybe a year from now.

What needs improvement?

I am using a Celery Executor and I find that it crashes and I can't see any logs. I can only assume that it's a memory issue and have to blindly restart until eventually, it starts up again.

One of the use cases is triggered by input rather than a batch process. For example, we receive a batch of data, it goes through tasks one, two, and three, and a new batch comes in, each subsequent task should be operating on just that data from the prior task.

I am used to working on it as the output gets written to a table and then the next task selects all from that upstream table. It could be coded where you are only writing the data for that portion of the task. It could handle state machines and state changes as opposed to the batch proxy.

I would like to see it more friendly for other use cases.

For how long have I used the solution?

In my current company, I just introduced it within the last couple of months. But I've used it at my prior two jobs as well.

We are using Version 2.0.1.

What's my experience with pricing, setup cost, and licensing?

We are using the open-source version of Apache Airflow.

What other advice do I have?

I usually create my own custom operators every time. We upgraded to 2.0, but I am not using any of the new features. 

I haven't yet used DAG of DAGs or the new way of using Python functions in the Python operator yet. But we might use DAG of DAGs eventually.

I Love this solution and I would rate it a nine out of ten.

Which deployment model are you using for this solution?

Private Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Luiz Cesar Gosi - PeerSpot reviewer
Senior Analytics Engineer at TalkDesk
Real User
Top 5Leaderboard
A useful tool for data orchestration and collecting information
Pros and Cons
  • "The solution's UI allows me to collect all the information and see the code lines."
  • "I have some issues with the solution's communication."

What is our primary use case?

We use Apache Airflow for data orchestration.

What is most valuable?

Apache Airflow is a pretty useful tool for collecting information. Apache Airflow is a pretty easy solution that can be used with Python. The solution's UI allows me to collect all the information and see the code lines.

What needs improvement?

I have some issues with the solution's communication. The solution uses the same database or data set. Sometimes, we consume the same data and send it to a different place when doing a different DAG. When using the UI, I want to see that we use the same data set more than once.

For how long have I used the solution?

I have been using Apache Airflow for five years.

What do I think about the stability of the solution?

I rate Apache Airflow a seven out of ten for stability.

What do I think about the scalability of the solution?

I rate Apache Airflow an eight out of ten for scalability. Around 400 users are using the solution in our organization.

Which solution did I use previously and why did I switch?

I previously used Control-M and some AWS and Google Cloud Platform tools.

How was the initial setup?

Apache Airflow's initial setup is pretty straightforward. Apache Airflow is quite intuitive to set up and create DAGs.

What about the implementation team?

It takes around two days to deploy Apache Airflow. A DAG can be created in just a few hours.

What other advice do I have?

Apache Airflow is deployed on-cloud in our organization.

Overall, I rate Apache Airflow a nine out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
Flag as inappropriate
PeerSpot user
Mahendra Prajapati - PeerSpot reviewer
Senior Data Analytics at a media company with 1,001-5,000 employees
Real User
Top 5
A customizable solution, but the integration process could be simplified
Pros and Cons
  • "The best feature is the customization."
  • "The solution could be improved by simplifying the integration process."

What is our primary use case?

Our primary use case for this solution is scheduling task rates. We capture the data from the SQL Server location and migrate it to the central data warehouse.

What is most valuable?

The best feature is the customization that can be done using Python. For example, there are use cases where we have to tweak the algorithm and with Apache Script Rate, we have extra functionality that helps to change the underlying process. We can define our algorithms and processes using Python.

What needs improvement?

The solution could be improved by simplifying the integration process and providing access to its support team to guide integration.

For how long have I used the solution?

We have been using this solution for two months and it is deployed on-premises.

What do I think about the stability of the solution?

The solution is stable but primarily depends on the support team and how they manage it.

What do I think about the scalability of the solution?

Apache Airflow is scalable. Approximately 20 people use this solution on my team.

How are customer service and support?

We haven't had any experience with customer service and support.

Which solution did I use previously and why did I switch?

Previously, we were using SQL server integration tools and integration service SSIS packages. We had project orders and wanted to migrate everything as it was an open source rate and no license was required. We switched to Apache Flow because we are trying to migrate all the projects developed in SSIS using Python.

How was the initial setup?

The initial setup was straightforward. However, if a script is written, it takes four to five minutes to set up.

What's my experience with pricing, setup cost, and licensing?

Apache Airflow is open source, so I cannot comment on licensing costs.

Which other solutions did I evaluate?

We chose this solution because it was suitable for our business needs.

What other advice do I have?

I rate this solution a seven out of ten. My advice to new users is to have good proficiency with Python language. The solution is good but can be improved by simplifying its integration process.

Which deployment model are you using for this solution?

On-premises
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Fadi Bathish - PeerSpot reviewer
Project Manager at Siren Analytics
Real User
Top 5
Very stable, easy to learn, and quite configurable
Pros and Cons
  • "The solution is quite configurable so it is easy to code within a configuration kind of environment."
  • "The dashboards could be enhanced."

What is our primary use case?

We use this solution to monitor BD tasks.

What is most valuable?

The solution is quite configurable so it is easy to code within a configuration kind of environment. 

The ease of learning and using the solution is quite good. The learning curve is low so new users can learn in a short period of time in comparison to other products. 

What needs improvement?

The following should be improved:

  • Dashboards
  • Security
  • Telemetry for logging, monitoring, and alerting purposes
  • Documentation 

For how long have I used the solution?

I have used the solution for six months. 

What do I think about the stability of the solution?

The solution is 99% stable. We have a few glitches here and there but have been able to fix them. 

What do I think about the scalability of the solution?

The solution is quite scalable. You can grow in terms of users and environment. You can grow to multi-server applications. You can use the solution on desktops, mobile, or other devices. 

How are customer service and support?

We have an internal tech support team so have not needed support from the vendor. 

How was the initial setup?

The setup is straightforward. The time for deployment depends on the environment and user base.

What about the implementation team?

We implement the solution in-house. We have one implementation with 60 users and another with 75 users. 

We have a tech support team that consists of ten engineers who support implementations. They follow up on issues that might arise during the process automation or implementation of the workflow itself. 

For example, our tech support team will resolve a workflow that gets stuck during the MDM workflow engine. The tech team has the knowledge base to resolve any of these issues. 

What's my experience with pricing, setup cost, and licensing?

The solution is open source.

What other advice do I have?

I do not have exposure to use cases for large organizations with a huge user environment, so I cannot speak to the solution's effectiveness in these scenarios. 

I rate the solution an eight out of ten. 

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Anandhavelu Arumugam - PeerSpot reviewer
Technical Lead at a media company with 5,001-10,000 employees
Real User
Useful for scheduling purposes but should include no-code capabilities
Pros and Cons
  • "It's stable."
  • "I would like to see some no-code capabilities and drag and drop abilities in Airflow."

What is our primary use case?

I use this solution for scheduling purposes. We have our own Python framework to run jobs, do the extractions, and for transformation loading.

We have 20 people who are using Airflow. It's being used on a daily basis. We don't have any plans to increase usage because we have low data sets.

The solution is deployed on cloud. The cloud provider is Azure.

What needs improvement?

Everything is in the Python framework now. I would like to see some no-code capabilities and drag and drop abilities in Airflow.

We're expecting a few more improvements in the log generator. Currently, it's very clumsy.

For how long have I used the solution?

I have used Apache Airflow for three years.

What do I think about the stability of the solution?

It's stable.

What do I think about the scalability of the solution?

It's scalable. So far, we haven't needed more scalability because it's totally controlled by administrators.

Which solution did I use previously and why did I switch?

The only difference between Apache Airflow and BPM software is the pricing.

How was the initial setup?

Setup is about medium difficulty. You need to have some prior knowledge and experience with docker containers and AKS.

What's my experience with pricing, setup cost, and licensing?

It's open-source.

What other advice do I have?

I would rate this solution as seven out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Buyer's Guide
Download our free Apache Airflow Report and get advice and tips from experienced pros sharing their opinions.
Updated: April 2024
Buyer's Guide
Download our free Apache Airflow Report and get advice and tips from experienced pros sharing their opinions.