aicoolies logo
lakeFS logo
lakeFS logo

lakeFS

Git-like version control for data lakes and object storage

freemiumopen sourceupdated Apr 21, 2026

lakeFS is an open-source platform that brings Git-like branching, committing, and merging to data lakes and object storage. It works on top of S3, GCS, Azure Blob, and MinIO, enabling teams to create isolated data branches for experimentation, run CI/CD for data pipelines, and maintain full data lineage. Acquired DVC in 2025, uniting data version control for both small and enterprise-scale workloads.

lakeFS applies Git semantics — branches, commits, merges, and diffs — to object storage at petabyte scale. Rather than copying data for each experiment or pipeline run, lakeFS creates lightweight branches that share unchanged objects while isolating modifications. This enables data engineers and scientists to experiment on production-scale datasets without risk of corrupting the canonical data, merge validated changes back to main, and maintain a complete audit trail of every data modification with commit history.

The platform operates as a layer on top of existing object storage — S3, GCS, Azure Blob, or MinIO — without requiring data migration. Applications access data through lakeFS's S3-compatible API, making it transparent to existing tools like Spark, Trino, dbt, Airflow, and ML frameworks. lakeFS supports pre-commit and pre-merge hooks for data quality validation, enabling CI/CD-style pipelines that prevent bad data from reaching production. The garbage collection system automatically reclaims storage from deleted branches and unreferenced objects.

lakeFS acquired DVC in November 2025, creating a unified data version control ecosystem that spans from individual data science projects (DVC's strength) to enterprise-scale data lakes. The open-source edition provides full branching and versioning capabilities, while lakeFS Enterprise adds features like SSO, RBAC, and advanced garbage collection for large-scale deployments. For organizations managing data lakes where data quality and reproducibility are critical, lakeFS provides the version control infrastructure that brings software engineering discipline to data management.

Pricing

Free open-source; lakeFS Enterprise for teams

Platforms

Server + CLI — on top of S3, GCS, Azure, MinIO

Categories

Tags

Use Cases

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

FiftyOne logo

FiftyOne

Open-source toolkit for curating datasets and evaluating visual AI models

FiftyOne is an open-source Python toolkit from Voxel51 for building high-quality datasets and better computer-vision and multimodal AI models. It pairs a browser-based visualization App with programmatic dataset curation, embeddings, similarity search, and model-evaluation workflows.

freemiumOpen SourceTelemetry
Open Notebook logo

Open Notebook

Private, self-hosted research notebooks with flexible AI models, source chat, and podcasts

Open Notebook is an MIT-licensed, self-hosted alternative to NotebookLM for collecting sources, chatting over research, generating reusable transformations, and producing multi-speaker podcasts. Its Docker stack keeps notebook data under the user's control while supporting 18-plus model providers, including local Ollama and LM Studio workflows.

Open SourceTelemetry
Hugging Face logo

Text Embeddings Inference

Hugging Face's open-source inference server for embeddings, rerankers, and classifiers

Text Embeddings Inference is Hugging Face's Apache-2.0 server for high-throughput embedding, reranking, and sequence-classification models. TEI packages token-based dynamic batching, optimized Transformers kernels, Safetensors loading, OpenAI-compatible embedding endpoints, Prometheus metrics, and configurable OpenTelemetry tracing in deployable CPU and GPU images.

Open Source
Presidio logo

Presidio

Open-source PII detection and anonymization for AI data flows

Presidio is an MIT-licensed privacy framework for identifying and anonymizing personally identifiable information in text, images, and structured data. It can act as a de-identification layer around LLM prompts, logs, RAG corpora, and customer-data workflows.

Open Source
Cloudflare logo

Cloudflare Vectorize

Edge-native vector database for Workers and AI applications

Cloudflare Vectorize is Cloudflare’s managed vector database for Workers and edge AI applications. It is distinct from the existing Cloudflare Workers tool page: Workers is the compute runtime, while Vectorize is the embedding index and vector-query layer used to add semantic retrieval to Cloudflare-hosted apps.

freemium
Upstash Vector logo

Upstash Vector

Serverless vector database with pay-as-you-go API pricing

Upstash Vector is a managed serverless vector database for RAG, semantic search, and embedding lookup. It is separate from the existing Upstash platform record in the aicoolies catalog: this slug covers the Vector product line, not the broader Redis, Kafka, or QStash platform.

freemium

Used in Stacks

Comparisons

DVC vs lakeFS — Git-Like ML File Versioning or Data-Lake Branch and Merge

DVC and lakeFS both bring version-control ideas to data, but they operate at different layers. DVC is best for ML teams versioning datasets, models, metrics, and experiment pipelines alongside Git. lakeFS is stronger for data-platform teams that need branch, commit, merge, and CI/CD semantics across object-storage data lakes. Choose DVC for model-centric reproducibility; choose lakeFS for lake-wide data operations and isolation.

DVClakeFS

Dolt vs LakeFS — SQL-Native Data Versioning vs Object Storage Version Control

Dolt and LakeFS both bring Git-style version control to data, but they version different things at different layers. Dolt is a MySQL-compatible database where every row change creates a commit with full branch, merge, and diff support inside SQL. LakeFS adds a Git-like branching layer on top of existing object storage like S3, versioning files and data lake assets without replacing the underlying storage engine.

DoltlakeFS

FAQ

What is lakeFS?

lakeFS is an open-source platform that brings Git-like branching, committing, and merging to data lakes and object storage. It works on top of S3, GCS, Azure Blob, and MinIO, enabling teams to create isolated data branches for experimentation, run CI/CD for data pipelines, and maintain full data lineage. Acquired DVC in 2025, uniting data version control for both small and enterprise-scale workloads.

Is lakeFS free?

lakeFS offers a free tier alongside paid plans. Free open-source; lakeFS Enterprise for teams

Is lakeFS open source?

Yes — lakeFS is open source.

What are the best lakeFS alternatives?

The top editor-verified lakeFS alternatives are DVC, Pachyderm.