Delta Lake Storage Framework

The Delta Lake storage framework defines the on-disk transaction log and protocol that adds ACID transactions, schema enforcement, and time travel to Parquet-based data lakes. Delta Lake exposes Spark, Rust, and Python APIs (delta-spark, delta-rs, deltalake) rather than a network API.

API entry from apis.yml

apis.yml Raw ↑
aid: delta-lake:delta-lake-storage
name: Delta Lake Storage Framework
description: The Delta Lake storage framework defines the on-disk transaction log and protocol that adds
  ACID transactions, schema enforcement, and time travel to Parquet-based data lakes. Delta Lake exposes
  Spark, Rust, and Python APIs (delta-spark, delta-rs, deltalake) rather than a network API.
humanURL: https://docs.delta.io/
tags:
- Lakehouse
- Protocol
- Storage
- Transaction Log
properties:
- type: Documentation
  url: https://docs.delta.io/
- type: Protocol
  url: https://github.com/delta-io/delta/blob/master/PROTOCOL.md
- type: SourceCode
  url: https://github.com/delta-io/delta
- type: Releases
  url: https://github.com/delta-io/delta/releases