Need advice about which tool to choose?Ask the StackShare community!

Airflow

1.6K
2.7K
+ 1
126
Pachyderm

23
94
+ 1
5
Add tool

Airflow vs Pachyderm: What are the differences?

  1. 1. Task Scheduling and Orchestration: Airflow is primarily used for task scheduling and orchestration, allowing users to define, schedule, and monitor complex workflows as Directed Acyclic Graphs (DAGs). Pachyderm, on the other hand, focuses on data versioning and data lineage, allowing users to track changes to data over time and reproduce data pipelines.
  2. 2. Data Versioning and Lineage: Pachyderm is specifically designed for data versioning and lineage, enabling users to track changes to data, reproduce past results, and debug data pipelines by examining metadata associated with each data version. Airflow does not provide built-in functionality for data versioning and lineage.
  3. 3. Data Storage and Processing: Airflow is agnostic to the backend data storage and processing framework used, allowing users to integrate with various popular storage and processing technologies such as Hadoop, Spark, and SQL databases. Pachyderm, on the other hand, provides its own storage and processing layer built on top of distributed file systems like HDFS or object stores like S3, and is optimized for large-scale data processing tasks.
  4. 4. Plugin Ecosystem: Airflow has a rich ecosystem of plugins that extend its functionality, allowing users to easily integrate with third-party tools and services for various tasks such as data extraction, transformation, loading, and monitoring. Pachyderm, being more focused on data versioning and lineage, does not have as extensive of a plugin ecosystem.
  5. 5. Language Support: Airflow allows users to define tasks using Python, making it highly flexible and customizable. Pachyderm, on the other hand, supports task definition using Docker containers, allowing users to execute tasks in any programming language as long as it is containerized.
  6. 6. Community and Adoption: Airflow has a large and active community of users and contributors, with widespread adoption in the data engineering and data science community. Pachyderm, being a relatively newer project, has a smaller community and adoption compared to Airflow.

In Summary, Airflow is primarily used for task scheduling and orchestration, while Pachyderm focuses on data versioning and lineage. Airflow has a more extensive plugin ecosystem and community adoption, while Pachyderm provides its own storage and processing layer and supports task definition using Docker containers.

Advice on Airflow and Pachyderm
Needs advice
on
AirflowAirflowLuigiLuigi
and
Apache SparkApache Spark

I am so confused. I need a tool that will allow me to go to about 10 different URLs to get a list of objects. Those object lists will be hundreds or thousands in length. I then need to get detailed data lists about each object. Those detailed data lists can have hundreds of elements that could be map/reduced somehow. My batch process dies sometimes halfway through which means hours of processing gone, i.e. time wasted. I need something like a directed graph that will keep results of successful data collection and allow me either pragmatically or manually to retry the failed ones some way (0 - forever) times. I want it to then process all the ones that have succeeded or been effectively ignored and load the data store with the aggregation of some couple thousand data-points. I know hitting this many endpoints is not a good practice but I can't put collectors on all the endpoints or anything like that. It is pretty much the only way to get the data.

See more
Replies (1)
Gilroy Gordon
Solution Architect at IGonics Limited · | 2 upvotes · 263.9K views
Recommends
on
CassandraCassandra

For a non-streaming approach:

You could consider using more checkpoints throughout your spark jobs. Furthermore, you could consider separating your workload into multiple jobs with an intermittent data store (suggesting cassandra or you may choose based on your choice and availability) to store results , perform aggregations and store results of those.

Spark Job 1 - Fetch Data From 10 URLs and store data and metadata in a data store (cassandra) Spark Job 2..n - Check data store for unprocessed items and continue the aggregation

Alternatively for a streaming approach: Treating your data as stream might be useful also. Spark Streaming allows you to utilize a checkpoint interval - https://spark.apache.org/docs/latest/streaming-programming-guide.html#checkpointing

See more
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Airflow
Pros of Pachyderm
  • 51
    Features
  • 14
    Task Dependency Management
  • 12
    Beautiful UI
  • 12
    Cluster of workers
  • 10
    Extensibility
  • 6
    Open source
  • 5
    Complex workflows
  • 5
    Python
  • 3
    Good api
  • 3
    Apache project
  • 3
    Custom operators
  • 2
    Dashboard
  • 3
    Containers
  • 1
    Versioning
  • 1
    Can run on GCP or AWS

Sign up to add or upvote prosMake informed product decisions

Cons of Airflow
Cons of Pachyderm
  • 2
    Observability is not great when the DAGs exceed 250
  • 2
    Running it on kubernetes cluster relatively complex
  • 2
    Open source - provides minimum or no support
  • 1
    Logical separation of DAGs is not straight forward
  • 1
    Recently acquired by HPE, uncertain future.

Sign up to add or upvote consMake informed product decisions

What is Airflow?

Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The Airflow scheduler executes your tasks on an array of workers while following the specified dependencies. Rich command lines utilities makes performing complex surgeries on DAGs a snap. The rich user interface makes it easy to visualize pipelines running in production, monitor progress and troubleshoot issues when needed.

What is Pachyderm?

Pachyderm is an open source MapReduce engine that uses Docker containers for distributed computations.

Need advice about which tool to choose?Ask the StackShare community!

What companies use Airflow?
What companies use Pachyderm?
See which teams inside your own company are using Airflow or Pachyderm.
Sign up for StackShare EnterpriseLearn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with Airflow?
What tools integrate with Pachyderm?

Sign up to get full access to all the tool integrationsMake informed product decisions

Blog Posts

What are some alternatives to Airflow and Pachyderm?
Luigi
It is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization etc. It also comes with Hadoop support built in.
Apache NiFi
An easy to use, powerful, and reliable system to process and distribute data. It supports powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
Jenkins
In a nutshell Jenkins CI is the leading open-source continuous integration server. Built with Java, it provides over 300 plugins to support building and testing virtually any project.
AWS Step Functions
AWS Step Functions makes it easy to coordinate the components of distributed applications and microservices using visual workflows. Building applications from individual components that each perform a discrete function lets you scale and change applications quickly.
Kubeflow
The Kubeflow project is dedicated to making Machine Learning on Kubernetes easy, portable and scalable by providing a straightforward way for spinning up best of breed OSS solutions.
See all alternatives