Azure DevOps
Control Plane · DataOps & CI/CD
Microsoft's suite of repos, boards and CI/CD pipelines.
- Commercial
Control Plane · DataOps & CI/CD
Git-like version control for data lakes, with branches, commits and rollbacks on object storage.
lakeFS gives object storage the things Git gives code: branches, commits, merges, tags and reverts. It sits in front of S3, Azure Blob or Google Cloud Storage and adds a versioning layer, so a data lake can be changed on a branch and promoted atomically.
The mechanism that makes this practical is that branches are metadata operations, not copies. Creating an isolated environment over production-scale data costs nothing in storage, which is what teams use it for: test a pipeline against real data, validate the result, then merge.
It does not run pipelines. Orchestration stays in Airflow, Dagster or whatever you already use, and lakeFS is driven through the S3-compatible API, a CLI, REST API or SDKs.
Quality gates come from hooks bound to versioning events. A pre-merge hook can check schemas, formats or PII and abort the merge if it fails, which is how write-audit-publish is implemented in practice. Hooks run as embedded Lua, a webhook, or an Airflow DAG.
Licensing needs care. lakeFS Community is Business Source Licence 1.1, source-available rather than open source, and production use is limited to internal purposes; older pages that say Apache 2.0 are out of date. Enterprise adds role-based access, single sign-on, auditing, mounts and an Iceberg REST catalogue.
Treeverse acquired the DVC project in late 2025, and the 2026 releases add a datasets layer, multi-tenancy, auditing into Iceberg tables and object-level access control.
The same headings are used for every dataops & ci/cd entry, so two tools can be read side by side.
Price on request
Community is free to use under the Business Source Licence, self-hosted, with no role-based access, single sign-on or auditing. Enterprise, whether on lakeFS Cloud or self-hosted, is quote-only: no tiers, prices or trial length are published. A trial is offered through a contact form.
lakeFS is built by Treeverse, founded in 2020 by Oz Katz and Einat Orr; the company does not publish a head office and describes a distributed team. It has raised $43m in total, including a $20m growth round in July 2025 led by Maor Investments with Dell Technologies Capital, Norwest and Zeev Ventures. The Community edition is BUSL 1.1 with an Apache 2.0 change licence after four years; Enterprise is commercially licensed. Named users include Volvo, Bosch and Lockheed Martin.
Founded 2020 · lakefs.io
Control Plane · DataOps & CI/CD
Microsoft's suite of repos, boards and CI/CD pipelines.
Control Plane · DataOps & CI/CD
Data diffing and automated testing that shows how code changes affect data before deployment.
Control Plane · DataOps & CI/CD
CI/CD automation built into GitHub, widely used to test and deploy data pipelines.
Drafted with AI assistance and checked against the vendor’s own documentation.