Skip to content

Commit 8194dbe

Browse files
committed
add daft to integrations
1 parent 69fa800 commit 8194dbe

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/data/connectors.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,15 @@
151151
"source_code": "https://github.com/trinodb/trino/tree/master/plugin/trino-delta-lake",
152152
"tags": ["Trino"],
153153
"thumbnail": "./images/connectors/trino-logo.png"
154+
},
155+
{
156+
"name": "Daft",
157+
"description": "Daft is a python data engine that can read from and write to Delta Lake, supports parallel and distributed reads, ensures data skipping, and has multi-cloud support",
158+
"url": "https://www.getdaft.io/",
159+
"docs": "https://www.getdaft.io/projects/docs/en/stable/integrations/delta_lake/",
160+
"source_code": "https://github.com/Eventual-Inc/Daft/tree/main/daft/delta_lake",
161+
"tags": ["Daft"],
162+
"thumbnail": "./images/connectors/daft.png"
154163
}
164+
155165
]
61.8 KB
Loading

0 commit comments

Comments
 (0)