Skip to content

Commit

Permalink
duckdb integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbuel committed Nov 5, 2024
1 parent 78c72ce commit b0a5409
Showing 1 changed file with 57 additions and 2 deletions.
59 changes: 57 additions & 2 deletions support_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,68 @@ duckdb:
export:
supported: true
evidence: "https://duckdb.org/docs/extensions/httpfs/s3api.html#writing"
csv_on_azure:
import:
supported: true
evidence: |
Both by the native DuckDB Azure extension and fsspec (adlfs) library.
https://medium.com/datamindedbe/quacking-queries-in-the-azure-cloud-with-duckdb-14be50f6e141
export:
supported: true
evidence: |
Only via fsspec (adlfs): https://medium.com/datamindedbe/quacking-queries-in-the-azure-cloud-with-duckdb-14be50f6e141
csv_on_google_cloud_storage:
import:
supported: true
evidence: |
Both by the native DuckDB https extension and fsspec (gcsfs) library.
https://duckdb.org/docs/guides/network_cloud_storage/gcs_import.html
export:
supported: true
evidence: |
Via fsspec (gcsfs): https://duckdb.org/docs/guides/python/filesystems
You could also use Google HMAC and use the S3 API extension: https://duckdb.org/docs/extensions/httpfs/s3api.html
oracle:
import:
supported: false
evidence: "https://github.com/duckdb/duckdb/discussions/10928"
evidence: |
Not supported natively, but might be possible via a third-party extension over ODBC: https://github.com/rupurt/odbc-scanner-duckdb-extension.
See also "https://github.com/duckdb/duckdb/discussions/10928"
export:
supported: false
evidence: |
Not supported natively, but might be possible via a third-party extension over ODBC: https://github.com/rupurt/odbc-scanner-duckdb-extension.
See also "https://github.com/duckdb/duckdb/discussions/10928"
mysql:
import:
supported: true
evidence: "https://duckdb.org/docs/extensions/mysql.html#reading-data-from-mysql"
export:
supported: true
evidence: "https://duckdb.org/docs/extensions/mysql.html#writing-data-to-mysql"
postgres:
import:
supported: true
evidence: "https://duckdb.org/docs/extensions/postgres.html#installing-and-loading"
export:
supported: true
evidence: "https://duckdb.org/docs/extensions/postgres.html#writing-data-to-postgresql"
sql_server:
import:
supported: false
evidence: |
Not supported natively, but might be possible via a third-party extension over ODBC: https://github.com/rupurt/odbc-scanner-duckdb-extension
export:
supported: false
evidence: |
Not supported natively, but might be possible via a third-party extension over ODBC: https://github.com/rupurt/odbc-scanner-duckdb-extension
mongodb:
import:
supported: false
evidence: No documentation available
export:
supported: false
evidence: "https://github.com/duckdb/duckdb/discussions/10928"
evidence: No documentation available
polars:
local_csv:
import:
Expand Down

0 comments on commit b0a5409

Please sign in to comment.