Delta Lake website screenshot

Delta Lake

Delta Lake is a graduated project of the Linux Foundation AI & Data Foundation providing an open source storage framework for building Lakehouse architectures. Originally contributed by Databricks, it adds reliability, quality, and performance to data lakes with ACID transactions, schema enforcement, time travel, and Iceberg/Hudi interoperability via UniForm. Delta Lake projects also include Delta Sharing (an open protocol for secure data sharing) and catalog-managed tables built on the Iceberg REST Catalog protocol.

Delta Lake publishes 1 API on the APIs.io network: Delta Sharing Protocol. Tagged areas include Data, Data Lake, Lakehouse, Linux Foundation, and Open-Source.

Delta Lake’s developer surface includes authentication, documentation, engineering blog, changelog, sandbox, API reference, getting-started guide, and 26 more developer resources.

48.7/100 developing ▬ flat Agent 28/100 agent aware self hosted · Apache-2.0 Full breakdown ↓
scored 2026-09-08 · rubric v0.20.0
AccessFreemium
3 APIs
DataData LakeLakehouseLinux FoundationOpen-SourceStorageStreaming

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-09-08 · rubric v0.20.0
Open Source Surface applies to this provider. This product is open source and we read its repository directly, so Open Source Surface carries 10 points of the composite. It is scored from what the repository actually publishes — a security policy, a contribution guide, a release history, a code of conduct — read live from the provider rather than inferred from our own catalog pointers. This facet adds; nothing was taken away to make room for it. An open-source project is not excused from the commercial facets, because exemption would strip it of the points it does earn. If we have the wrong repository, or this product is not open source, say so on your provider repo and we will drop the facet rather than have you publish against it.
Create-or-Update Ergonomics does not apply to this provider. The published contracts declare no write operations, and a read-only API cannot create-or-update. The facet is excluded from this provider's denominator entirely — not scored zero. A reference or data API is not deficient for being unable to upsert.
The six quality facets above are damped to 90 points between them, because the conditional facet above carries the other 10. That is why each facet's contribution is shown against a damped maximum: raising a quality facet moves the composite by 90% of its nominal weight, not 100%. The full arithmetic is at apis.io/rating/.
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. Every facet and dimension name above is a link: it opens that measurement's own page — what it means, the exact checks that feed it, how the whole catalog distributes on it, and the providers at the top of it. This rating is computed from github.com/api-evangelist/delta-lake: open an issue to ask a question, or submit a pull request to add artifacts. Submit an artifact on GitHub — free → Manage your own listing — the Influence plan, $499/mo →

APIs 3

Individual APIs this provider publishes, each with its own machine-readable definition.

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. D...

Delta Sharing Protocol

Delta Sharing is an open protocol for secure data sharing across organizations, defined as a REST API specification. Sharing servers expose endpoints for listing shares, schemas...

Delta Catalog-Managed Tables

Catalog-managed Delta tables delegate table scan planning to an external catalog using the Iceberg REST Catalog protocol, enabling interoperability with Unity Catalog and other ...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Delta Lake Rate Limits

0 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Delta Lake Authentication

http · 1 scheme

SECURITY

Delta Lake Domain Security

TLSv1.3 · HSTS

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 4

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 6

Status, limits, changes, and where to get help

Commercial 3

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: delta-lake
name: Delta Lake
description: Delta Lake is a graduated project of the Linux Foundation AI & Data Foundation providing an open source storage
  framework for building Lakehouse architectures. Originally contributed by Databricks, it adds reliability, quality, and
  performance to data lakes with ACID transactions, schema enforcement, time travel, and Iceberg/Hudi interoperability via
  UniForm. Delta Lake projects also include Delta Sharing (an open protocol for secure data sharing) and catalog-managed tables
  built on the Iceberg REST Catalog protocol.
type: Index
deliveryModel:
  model: self-hosted
  license: Apache-2.0
  open_source: true
  commercial: false
  callable_host: false
  label: Self-hosted open source · you run it yourself
  confidence: high
  source:
  - license
  generated: '2026-08-28'
  method: derived
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
position: Consuming
access: 3rd-Party
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/delta-lake.png
tags:
- Data
- Data Lake
- Lakehouse
- Linux Foundation
- Open-Source
- Storage
- Streaming
tags_raw:
- Data
- Data Lake
- Lakehouse
- Linux Foundation
- Open Source
- Storage
- Streaming
created: '2026-03-16'
modified: '2026-09-05'
url: https://raw.githubusercontent.com/api-evangelist/delta-lake/refs/heads/main/apis.yml
specificationVersion: '0.23'
kind: opensource
apis:
- 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: ReleaseNotes
    url: https://github.com/delta-io/delta/releases
  - type: APIReference
    url: https://docs.delta.io/delta-apidoc/
  - type: Protobuf
    name: Delta Connect (base)
    url: grpc/delta-lake-delta-connect-base.proto
  - type: Protobuf
    name: Delta Connect (commands)
    url: grpc/delta-lake-delta-connect-commands.proto
  - type: Protobuf
    name: Delta Connect (relations)
    url: grpc/delta-lake-delta-connect-relations.proto
  - type: LLMsTxt
    url: llms/delta-lake-llms.txt
- aid: delta-lake:delta-sharing
  name: Delta Sharing Protocol
  description: Delta Sharing is an open protocol for secure data sharing across organizations, defined as a REST API specification.
    Sharing servers expose endpoints for listing shares, schemas, and tables, and for retrieving signed URLs to underlying
    data files.
  humanURL: https://delta.io/sharing/
  baseURL: https://sharing.delta.io/delta-sharing/
  tags:
  - Data Sharing
  - Open Protocol
  - REST
  properties:
  - type: Documentation
    url: https://github.com/delta-io/delta-sharing
  - type: Protocol
    url: https://github.com/delta-io/delta-sharing/blob/main/PROTOCOL.md
  - type: SourceCode
    url: https://github.com/delta-io/delta-sharing
  - type: OpenAPI
    url: openapi/delta-lake-delta-sharing-protocol-openapi.yml
  - type: Overlay
    url: overlays/delta-lake-delta-sharing-protocol-overlay.yaml
  - type: Protobuf
    name: Delta Sharing reference server response objects
    url: grpc/delta-lake-delta-sharing-protocol.proto
  - type: X-MCPServerCandidate
    url: mcp/delta-lake-mcp.yml
  - type: ReleaseNotes
    url: https://github.com/delta-io/delta-sharing/releases
- aid: delta-lake:delta-catalog
  name: Delta Catalog-Managed Tables
  description: Catalog-managed Delta tables delegate table scan planning to an external catalog using the Iceberg REST Catalog
    protocol, enabling interoperability with Unity Catalog and other catalog services.
  humanURL: https://delta.io/blog/2026-02-02-delta-catalog-managed-tables/
  tags:
  - Catalog
  - Iceberg REST
  - Interoperability
  properties:
  - type: Documentation
    url: https://delta.io/blog/2026-02-02-delta-catalog-managed-tables/
  - type: Protocol
    url: https://github.com/delta-io/delta/blob/master/PROTOCOL.md
common:
- type: Authentication
  url: authentication/delta-lake-authentication.yml
- type: IssueTracker
  url: https://github.com/delta-io/delta/issues
- type: CodeOfConduct
  url: https://github.com/delta-io/delta/blob/master/CODE_OF_CONDUCT.md
- type: ContributionGuide
  url: https://github.com/delta-io/delta/blob/master/CONTRIBUTING.md
- type: License
  name: Apache-2.0
  url: https://github.com/delta-io/delta/blob/master/LICENSE.txt
- type: DomainSecurity
  url: security/delta-lake-domain-security.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/deltalake
- type: Website
  url: https://delta.io/
- type: Documentation
  url: https://docs.delta.io/
- type: GitHubOrg
  url: https://github.com/delta-io
- type: Blog
  url: https://delta.io/blog/
- type: LinuxFoundation
  url: https://lfaidata.foundation/projects/delta-lake/
- type: Slack
  url: https://go.delta.io/slack
- type: Vocabulary
  url: vocabulary/delta-lake-vocabulary.yml
- type: Integrations
  url: https://delta.io/integrations/
- type: Packages
  url: packages/delta-lake-packages.yml
- type: SDKs
  url: packages/delta-lake-packages.yml
- type: LLMsTxt
  url: llms/delta-lake-llms.txt
- type: Conformance
  url: conformance/delta-lake-conformance.yml
- type: Lifecycle
  url: lifecycle/delta-lake-lifecycle.yml
- type: Deprecation
  url: lifecycle/delta-lake-lifecycle.yml
- type: ChangeLog
  url: changelog/delta-lake-changelog.yml
- type: ErrorCatalog
  url: errors/delta-lake-problem-types.yml
- type: Conventions
  url: conventions/delta-lake-conventions.yml
- type: Idempotency
  url: conventions/delta-lake-conventions.yml
- type: DataModel
  url: data-model/delta-lake-data-model.yml
- type: Sandbox
  url: sandbox/delta-lake-sandbox.yml
- type: AgentSkill
  url: skills/_index.yml
- type: APIReference
  url: https://docs.delta.io/delta-apidoc/
- type: GettingStarted
  url: https://delta.io/learn/getting-started
- type: Support
  url: https://delta.io/resources/getting-help
- type: Roadmap
  url: https://delta.io/roadmap
- type: TermsOfService
  url: https://lfprojects.org/policies/terms-of-use/
- type: PrivacyPolicy
  url: https://lfprojects.org/policies/privacy-policy/
integrations:
- name: The Linux Foundation Projects
- name: Delta Lake
- name: logo
- name: UniForm
- name: The Linux Foundation
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-09-05'
  status: enriched
  artifacts_added: 22
  pass: local-v3

Work with this as data

Every provider here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/delta-lake"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/delta-lake/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/delta-lake/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.