Delta Lake

Delta Lake is an open-source storage framework developed by Databricks that adds reliability, performance, and ACID compliance to data lakes. It uses a transaction log (delta log) to record all changes to data. Delta Lake is deeply integrated with Apache Spark and supports batch and streaming workloads, schema enforcement, time travel, and MERGE operations.

API entry from apis.yml

apis.yml Raw ↑
aid: table-format:delta-lake
name: Delta Lake
description: Delta Lake is an open-source storage framework developed by Databricks that adds reliability,
  performance, and ACID compliance to data lakes. It uses a transaction log (delta log) to record all
  changes to data. Delta Lake is deeply integrated with Apache Spark and supports batch and streaming
  workloads, schema enforcement, time travel, and MERGE operations.
humanURL: https://delta.io/
tags:
- Delta Lake
- Data Lake
- ACID Transactions
- Apache Spark
- Databricks
properties:
- type: Documentation
  url: https://docs.delta.io/
- type: GitHub
  url: https://github.com/delta-io/delta