---
description: Discover the benefits and disadvantages of Pachyderm.  Learn the software price, see the description, and read the most helpful reviews for UK business users. 
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Pachyderm Pricing, Cost & Reviews - Capterra UK 2026
---

Breadcrumb: [Home](/) > [Machine Learning Software](/directory/31103/machine-learning/software) > [Pachyderm](/software/1017774/pachyderm)

# Pachyderm

Canonical: https://www.capterra.co.uk/software/1017774/pachyderm

Page: 1 / 2\
Next: [Next page](https://www.capterra.co.uk/software/1017774/pachyderm?page=2)

> Pachyderm is the leader in data versioning and pipelines for MLOps.
> 
> Verdict: Rated **4.0/5** by 7 users. Top-rated for **Likelihood to recommend**.

-----

## Overview

### Who Uses Pachyderm?

Pachyderm is for data science teams who want to operationalize the data tasks in their ML lifecycle to iterate on data more quickly and reliably.

## Quick Stats & Ratings

| Metric | Rating | Detail |
| **Overall** | **4.0/5** | 7 Reviews |
| Ease of Use | 3.3/5 | Based on overall reviews |
| Customer Support | 4.9/5 | Based on overall reviews |
| Value for Money | 4.0/5 | Based on overall reviews |
| Features | 4.6/5 | Based on overall reviews |
| Recommendation percentage | 90% | (9/10 Likelihood to recommend) |

## About the vendor

- **Company**: Hewlett Packard Enterprise

## Commercial Context

- **Pricing model**: Usage Based (Free Trial)
- **Pricing Details**: https://www.pachyderm.com/trial/
- **Target Audience**: 51–200, 201–500, 501–1,000, 1,001–5,000, 5,001–10,000, 10,000+
- **Deployment & Platforms**: Cloud, SaaS, Web-based, Mac (Desktop), Linux (Desktop), Linux (On-Premise)
- **Supported Languages**: English
- **Available Countries**: United States

## Features

- API
- Activity Dashboard
- Collaboration Tools
- Data Connectors
- Data Import/Export
- Data Visualisation
- Deep Learning
- High Volume Processing
- ML Algorithm Library
- Model Training
- Multi-Language
- Natural Language Processing
- Neural Network Modeling
- Predictive Analytics
- Predictive Modeling
- Process/Workflow Automation
- Speech Recognition
- Third-Party Integrations
- Visualisation
- Workflow Management

## Support Options

- Email/Help Desk
- FAQs/Forum
- Knowledge Base

## Category

- [Machine Learning Software](https://www.capterra.co.uk/directory/31103/machine-learning/software)

## Related Categories

- [Machine Learning Software](https://www.capterra.co.uk/directory/31103/machine-learning/software)
- [Deep Learning Software](https://www.capterra.co.uk/directory/31104/deep-learning/software)
- [Artificial Intelligence (AI) Software](https://www.capterra.co.uk/directory/30938/artificial-intelligence/software)
- [Big Data Software](https://www.capterra.co.uk/directory/30851/big-data/software)

## Alternatives

1. [Anaconda](https://www.capterra.co.uk/software/191760/anaconda) — 4.6/5 (86 reviews)
2. [OpenText Analytics Cloud](https://www.capterra.co.uk/software/177019/opentext-analytics-suite) — 5.0/5 (1 reviews)
3. [Google Cloud](https://www.capterra.co.uk/software/170983/google-cloud-platform) — 4.7/5 (2262 reviews)
4. [Splunk Enterprise](https://www.capterra.co.uk/software/94317/splunk) — 4.6/5 (259 reviews)
5. [Zerve](https://www.capterra.co.uk/software/1070673/Zerve) — 5.0/5 (2 reviews)

## Reviews

### "Rethinking Data in AI and ML" — 4.0/5

> **Clayton** | *11 November 2021* | Hospital & Health Care | Recommendation rating: 10.0/10
> 
> **Pros**: AI/ML production systems typically consist of multiple data processing steps organized as a DAG. Many automation frameworks manage these DAGs as tightly coupled steps ordered by \_code execution\_. What I like so much about Pachyderm is that it approaches DAG management as loosely coupled steps ordered by \_data dependencies\_. This alternative way of thinking has enabled me to design AI/ML architectures with data at the center, which has revolutionized the development and production workflows I've participated in. I can confidently store, process, and otherwise manage the data because Pachyderm provides a solid foundation for data provenance, data versioning, data storage patterns, and efficient incremental processing. Since AI/ML models are effectively a form of data, model versioning and management can be built as an extension of Pachyderm's data foundation.&#10;&#10;Furthermore, I really like that Pachyderm is powered by Kubernetes, because it passes on important architectural properties to Pachyderm, such as high scalability, robustness, efficiency, and portability (i.e. cloud agnosticism). I can containerize my pipelines, quickly test them locally through Docker Desktop or minikube, then scale them up to massive amounts of data in an on-prem or cloud cluster. If autoscaling is supported in a cloud cluster, I can especially reap the benefits of cost efficiency because I only pay for the compute resources I use.
> 
> **Cons**: - In 1.X versions of Pachyderm, there are a few performance pain points, especially around handling very small files when uploading/downloading to/from a repo. These pain points have been significantly improved in Pachyderm 2.X.&#10;- Also in 1.X, debugging pipeline failures can sometimes be challenging without extra tools or integrating external logging services. Pachyderm 2.X improves upon this as well.&#10;- When Pachyderm processes data files in a pipeline, it groups the files into logical structures called datums for provenance and data efficiency reasons, and then it invokes the pipeline on each datum. This is necessary for scalability, but the downside is that each invocation of the pipeline incurs an overhead cost of just starting the processing code. The bright side is that there are several straightforward ways to engineer around the problem. It's also important to recognize that the impact of the problem is minimized by the benefits of incremental processing(i.e. only processing data that has changed on future pipeline runs).&#10;- This isn't necessarily a problem, but prospective buyers should be aware that although compute costs may go down due to incremental processing, storage costs may go up due to storing multiple versions of data.
> 
> Like any tool, Pachyderm is no silver bullet for the entire AI/ML stack. However, from a data processing and management perspective, it has fulfilled every application requirement I've needed it for and continues to be a flexible tool in meeting additional requirements. For example, after having computed some results from a pipeline, I needed to serve these results to an existing application. Pachyderm made this simple by exposing the data through a built-in S3 REST API. Since the application was already compatible with S3, Pachyderm served as a drop-in replacement for an S3 bucket.&#10;&#10;For anyone that strives to design clean and straightforward AI/ML architectures, I can definitely recommend Pachyderm as a must for the foundational data component.

-----

### "Game changer for handling dynamic data" — 4.0/5

> **Cove** | *17 November 2021* | Research | Recommendation rating: 10.0/10
> 
> **Pros**: Perhaps the most important aspect we benefit from operationally is the awareness and automatic handling of data change. Generation of our data products involves multiple processing steps and several sources of data and metadata that enter the processing sequence at various points and may change at any time. Pachyderm automatically knows what has changed and triggers downstream (re)processing, removing the need for error-prone human management.
> 
> **Cons**: In Pachyderm 1.X there was a relatively high amount of overhead associated with processing each datum. Our data typically consists of small but numerous datums, and we needed to artificially combine datums for performance. However, Pachyderm has been working with us on this issue and we expect to see big improvements in 2.0 and beyond.
> 
> Pachyderm meets many previously unmet needs for our organization, including complete data provenance, automatic handling of data change, and modular/portable processing architecture, which facilitates the joint development of processing pipelines between software developers and scientists. Pachyderm engineers have been extremely responsive to our issues and development requests, and we plan to work well into the future with this software.

-----

### "Great in theory" — 3.0/5

> **Martin** | *26 October 2021* | Biotechnology | Recommendation rating: 6.0/10
> 
> **Pros**: Great concept, really fits what we would like to do. Re-computing only the pieces where the data has changed is super valuable.
> 
> **Cons**: Working with it in practice is very hard. We would like to use Pachyderm also for research, developing research pipelines that can be executed easily on big amounts of data on the cluster. However, during research/development, pipelines naturally crash often. Translating something that works locally to something that works in pachyderm has several scenarios in which it can fail. Inspecting those types of errors is incredibly difficult, unless you invest a significant amount of time into setting up logging/monitoring manually.
> 
> We achieved some of our goals with Pachyderm. However, we were really hoping to spend more time on solving the problems  directly related with our goal. Instead, we spent a significant amount on time solving problems with Pachyderm and tailoring our problem to it.

-----

### "Pachyderm is a great data processing platform on cloud." — 4.0/5

> **Xubo** | *25 October 2021* | Biotechnology | Recommendation rating: 9.0/10
> 
> **Pros**: Data Driven Automation. It supports incremental data processing.&#10;Reproducibility. &#10;Perfectly match our tech stacks:  K8s, S3. &#10;Community facing.
> 
> **Cons**: We expect fully automated data replication/export to external storage system.  &#10;The logging \&amp; debugging support could be improved.
> 
> We have used Pachyderm for more than a year.  Overall experience is Good.&#10;&#10;We love the core technology and features provided by Pachyderm. &#10;&#10;We experienced frustrated issues, like the download speed, deployment, system stability.  We get excellent support from the Pachyderm team all the time.

-----

### "Scalable machine learning without the mlops" — 5.0/5

> **Chris** | *29 October 2021* | Marketing & Advertising | Recommendation rating: 10.0/10
> 
> **Pros**: The ability to scale model builds in native python is something that has been missing in this space until now. Utilizing spark and/or dask comes with a large amount of overhead that can be avoided leveraging pachyderm.
> 
> **Cons**: The learning curve is quite steep since there are some core concepts that are foundational to understand before using pachyderm.

-----

Page: 1 / 2\
Next: [Next page](https://www.capterra.co.uk/software/1017774/pachyderm?page=2)

## Links

- [View on Capterra](https://www.capterra.co.uk/software/1017774/pachyderm)

## This page is available in the following languages

| Locale | URL |
| en | <https://www.capterra.com/p/235292/Pachyderm/> |
| en-AE | <https://www.capterra.ae/software/1017774/pachyderm> |
| en-AU | <https://www.capterra.com.au/software/1017774/pachyderm> |
| en-CA | <https://www.capterra.ca/software/1017774/pachyderm> |
| en-GB | <https://www.capterra.co.uk/software/1017774/pachyderm> |
| en-IE | <https://www.capterra.ie/software/1017774/pachyderm> |
| en-IL | <https://www.capterra.co.il/software/1017774/pachyderm> |
| en-IN | <https://www.capterra.in/software/1017774/pachyderm> |
| en-NZ | <https://www.capterra.co.nz/software/1017774/pachyderm> |
| en-SG | <https://www.capterra.com.sg/software/1017774/pachyderm> |
| en-ZA | <https://www.capterra.co.za/software/1017774/pachyderm> |
| fr | <https://www.capterra.fr/software/1017774/pachyderm> |
| fr-BE | <https://fr.capterra.be/software/1017774/pachyderm> |
| fr-CA | <https://fr.capterra.ca/software/1017774/pachyderm> |
| fr-LU | <https://www.capterra.lu/software/1017774/pachyderm> |

-----

## Structured Data

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra UK","address":{"@type":"PostalAddress","addressLocality":"Egham","addressRegion":"ENG","postalCode":"TW20 9AH","streetAddress":"Tamesis, The Glanty, Staines-upon-Thames Egham TW20 9AH United Kingdom"},"description":"Capterra UK helps millions of people find the best business software. With software reviews, ratings, infographics, and the most comprehensive list of business software.","email":"info@capterra.co.uk","url":"https://www.capterra.co.uk/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@id":"https://www.capterra.co.uk/#organization","@type":"Organization","parentOrganization":"Gartner, Inc.","sameAs":["https://twitter.com/Capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra/","https://www.youtube.com/channel/UCEt7vQSPiPlPAblHdhJAqnA"]},{"name":"Pachyderm","description":"Pachyderm is the leader in data versioning and pipelines for MLOps. We help  data science teams operationalize the data tasks in their ML lifecycle to iterate on data more quickly and reliably. Pachyderm’s data foundation allows data science teams to automate and scale their machine learning lifecycle while guaranteeing reproducibility.","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/f215111e-4ccd-46a9-8b96-6373ebbfd7b4.png","url":"https://www.capterra.co.uk/software/1017774/pachyderm","@id":"https://www.capterra.co.uk/software/1017774/pachyderm#software","@type":"SoftwareApplication","publisher":{"@id":"https://www.capterra.co.uk/#organization"},"applicationCategory":"BusinessApplication","aggregateRating":{"@type":"AggregateRating","ratingValue":4.0,"bestRating":5,"ratingCount":7},"operatingSystem":"Cloud, Apple, Linux, Linux on premise"},{"@id":"https://www.capterra.co.uk/software/1017774/pachyderm#faqs","@type":"FAQPage","mainEntity":[{"name":"What is Pachyderm?","@type":"Question","acceptedAnswer":{"text":"Pachyderm is the leader in data versioning and pipelines for MLOps. We helpdata science teams operationalize the data tasks in their ML lifecycle to iterate on data more quickly and reliably. Pachyderm’s data foundation allows data science teams to automate and scale their machine learning lifecycle while guaranteeing reproducibility.","@type":"Answer"}},{"name":"Who Uses Pachyderm?","@type":"Question","acceptedAnswer":{"text":"Pachyderm is for data science teams who want to operationalize the data tasks in their ML lifecycle to iterate on data more quickly and reliably.","@type":"Answer"}}]},{"@id":"https://www.capterra.co.uk/software/1017774/pachyderm#breadcrumblist","@type":"BreadcrumbList","itemListElement":[{"name":"Home","position":1,"item":"/","@type":"ListItem"},{"name":"Machine Learning Software","position":2,"item":"/directory/31103/machine-learning/software","@type":"ListItem"},{"name":"Pachyderm","position":3,"item":"/software/1017774/pachyderm","@type":"ListItem"}]}]}
</script>
