From c61b116d30c857ea1e71fc42ff5c4bed938dca45 Mon Sep 17 00:00:00 2001 From: Juan Diaz Date: Tue, 13 May 2025 11:06:47 -0400 Subject: [PATCH] Add Delta Lake API (#506) * Delta Lake API * short description --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e67e5c1d..96e04fb8 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Box](https://developer.box.com/) | File Sharing and Storage | `OAuth`| Yes | Unknown | +| [Delta Lake](https://docs.delta.io/latest/delta-apidoc.html) | Open-source storage framework enabling Lakehouse architecture with Spark, PrestoDB, Flink, Trino, Hive, and APIs | No | No | Unknown | | [ddownload](https://ddownload.com/api) | File Sharing and Storage | `apiKey` | Yes | Unknown | | [Dropbox](https://www.dropbox.com/developers) | File Sharing and Storage | `OAuth`| Yes | Unknown | | [File.io](https://www.file.io) | Super simple file sharing, convenient, anonymous and secure | No | Yes | Unknown |