
delta
An open-source storage framework that enables building a Lakehouse architecture with compute engines including Spark, PrestoDB, Flink, Trino, and Hive and APIs
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 freeFree: 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.
Get tools like this every Wednesday
One featured tool, three on the radar. No fluff.
Similar Tools

Apache Doris is a real-time analytics and hybrid search database for AI agents.

Stream processing framework

Unified analytics engine for large-scale data processing

Distributed SQL query engine for big data

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
A low score is not a verdict on quality. Young and niche tools start low by design. How we calculate scores
Trust Signals
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
openobserve
OpenObserve is an open-source observability platform for logs, metrics, traces, and frontend monitoring. A cost-effective alternative to Datadog, Splunk, and Elasticsearch with 140x lower storage costs and single binary deployment.
20.9k ★doris
Apache Doris is a real-time analytics and hybrid search database for AI agents.
15.8k ★starrocks
The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario, StarRocks provides best-in-class performance for multi-dimensional analytics, real-time analytics, and ad-hoc queries. A Linux Foundation project.
12.0k ★