Skip to content

Commit

Permalink
change a few logos and add some duckdb evidence
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanbuel committed Nov 5, 2024
1 parent a8800b5 commit 78c72ce
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion query_engines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
short_name: "DuckDB"
description: "An in-process SQL OLAP database management system"
url: "https://duckdb.org/"
logo: "duckdb.jfif"
logo: "duckdb.png"
- id: polars
short_name: "Polars"
description: "A blazingly fast DataFrame library implemented in Rust"
Expand Down
Binary file removed static/images/duckdb.jfif
Binary file not shown.
Binary file added static/images/duckdb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/oracle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/polars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions support_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@ duckdb:
export:
supported: true
evidence: "https://duckdb.org/docs/guides/file_formats/csv_export.html"
local_parquet:
import:
supported: true
evidence: "https://duckdb.org/docs/data/parquet/overview.html#read_parquet-function"
export:
supported: true
evidence: "https://duckdb.org/docs/data/parquet/overview.html#writing-to-parquet-files"
local_json:
import:
supported: true
evidence: "https://duckdb.org/docs/data/json/overview#loading-json"
export:
supported: true
evidence: "https://duckdb.org/docs/data/json/overview#writing-json"
csv_on_s3:
import:
supported: true
evidence: "https://domoredata.tech/unleashing-the-power-of-duckdb-with-remote-s3-files/"
export:
supported: true
evidence: "https://duckdb.org/docs/extensions/httpfs/s3api.html#writing"
oracle:
import:
supported: false
Expand Down

0 comments on commit 78c72ce

Please sign in to comment.