Tools/delta-io/delta

delta

An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs

8.9kemergingScalaApache License 2.0trending

The Lens

By Erik Loyd, SaaS CEO and former COO/CFO of an AWS Premier Partner.

Updated Aug 2026

Delta Lake makes a pile of Parquet files in S3 behave like a real database table: ACID transactions, schema enforcement, and time travel, so you can query the table as it looked last Tuesday. Spark, Trino, Flink, and Hive can all read and write the same tables without corrupting each other. Apache 2.0, governed by the Linux Foundation, completely free.

There's nothing to host. It's a storage format plus connectors you add to a compute engine you already run, which also means the ops burden is inherited: trivial if Spark is already in the building, a project if Delta is the reason you're standing Spark up.

This is for data engineering teams running a lakehouse, realistically five-plus engineers with a platform owner. A single analyst with Postgres does not need it. The format rivals are Apache Iceberg and Apache Hudi; Iceberg has the broader vendor momentum, Delta has the deepest Spark integration and Databricks behind it.

The catch: this repo is the Scala/Spark implementation. The Python deltalake package most people install comes from delta-rs, a separate project with its own gaps. And protocol upgrades are one-way; old readers fail on tables written with newer protocol versions.

Free vs Self-Hosted vs Paid

fully free

Free: Everything. Apache 2.0, Linux Foundation governed, no vendor tier and no cloud offering from the project itself.

The real cost: The compute engine underneath. Delta is a library on top of Spark, Flink, or Trino, so your bill is whatever running those costs. Databricks sells a commercial platform built around Delta, but that's their product, not a Delta Lake license tier.

The trade: Free warehouse-grade table semantics on cheap object storage, in exchange for operating (or paying for) the engines that read it.

Completely free and open source. The cost lives in the compute engines around it, not the format.

Self-hosting ops:moderate

Get tools like this every Wednesday

One featured tool, three on the radar. No fluff.

Similar Tools

Score
88/100 · A
Adoption23/30
Maintenance25/25
Community15/20
License15/15
Analysis10/10

A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores

Trust Signals

Active community: 2,155 forksCommunity discussions enabledOrganization account (9 public repos)Notable author: 1,003 followersAuthor also built: delta-io/delta-kernel-rs (353 stars)

License: Apache License 2.0

Use freely. Patent grant included.

Commercial use: ✓ Yes

About

Owner
Delta Lake (Organization)
Stars
8,934
Forks
2,155

Also by Delta Lake

Explore Further

More tools in the directory