Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Mause/duckdb-deltatable-extension

A purely experimental DuckDB Deltalake extension
https://github.com/Mause/duckdb-deltatable-extension

Last synced: about 2 months ago
JSON representation

A purely experimental DuckDB Deltalake extension

Awesome Lists containing this project

README

        

# DuckDB Deltatable Extension

```sql
select * from read_delta("table")
```

This is a purely experimental extension, not supported by the DuckDB Labs/Foundation, and is not suitable for production use.

Built on the experimental [DuckDB extension framework](https://github.com/Mause/duckdb-extension-framework)

Builds available in the Github actions [artifacts](https://nightly.link/Mause/duckdb-deltatable-extension/workflows/cmake/main/extension), though you'll probably want to build your own copy to match your version of DuckDB