Skip to content

Commit

Permalink
Add Dremio
Browse files Browse the repository at this point in the history
  • Loading branch information
Michiel De Muynck committed Jan 14, 2025
1 parent ec350e5 commit aa2b89d
Show file tree
Hide file tree
Showing 3 changed files with 93 additions and 10 deletions.
27 changes: 17 additions & 10 deletions query_engines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,6 @@
description: "An end-to-end analytics and data platform designed for enterprises that require a unified solution"
url: "https://www.fabric.io/"
logo: "fabric.webp"
- id: synapse
short_name: "Synapse"
description: "Azure Synapse Analytics is a limitless analytics service that brings together enterprise SQL data warehousing and big data analytics services"
url: "https://azure.microsoft.com/en-us/products/synapse-analytics"
logo: "synapse.png"
- id: impala
short_name: "Impala"
description: "Modern, open source, distributed SQL query engine for open data and table formats by Apache"
url: "https://impala.apache.org/"
logo: "impala.png"
- id: trino
short_name: "Trino"
description: "Open-source distributed SQL query engine designed to query large data sets distributed over one or more heterogeneous data sources"
Expand All @@ -63,6 +53,23 @@
description: "A fully managed, petabyte-scale data warehouse service by AWS"
url: "https://aws.amazon.com/redshift/"
logo: "redshift.png"
- id: dremio
short_name: "Dremio"
description: "Data Lakehouse Platform Powered by Apache Iceberg. Self-hosted and fully managed options available."
url: "https://www.dremio.com//"
logo: "dremio.png"

# Disabled for now (no integrations defined yet)
# - id: synapse
# short_name: "Synapse"
# description: "Azure Synapse Analytics is a limitless analytics service that brings together enterprise SQL data warehousing and big data analytics services"
# url: "https://azure.microsoft.com/en-us/products/synapse-analytics"
# logo: "synapse.png"
# - id: impala
# short_name: "Impala"
# description: "Modern, open source, distributed SQL query engine for open data and table formats by Apache"
# url: "https://impala.apache.org/"
# logo: "impala.png"

# Todo:
# Presto
Expand Down
Binary file added static/images/dremio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions support_matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -813,3 +813,79 @@ redshift:
evidence: |
https://docs.aws.amazon.com/redshift/latest/dg/c_unloading_data.html
mongodb: *redshift_generic_not_supported

dremio:
local_csv:
import:
supported: true
evidence: https://docs.dremio.com/current/sonar/query-manage/managing-data/file-upload/
export:
supported: true
evidence: |
Can download query results as CSV. See https://docs.dremio.com/cloud/sonar/query-manage/querying-data/#7-result-set-actions
caveats: |
This requires manual clicking in the UI.
local_parquet:
import:
supported: true
evidence: https://docs.dremio.com/current/sonar/query-manage/managing-data/file-upload/
export:
supported: true
evidence: |
Can download query results as CSV. See https://docs.dremio.com/cloud/sonar/query-manage/querying-data/#7-result-set-actions
caveats: |
This requires manual clicking in the UI.
local_json:
import:
supported: true
evidence: https://docs.dremio.com/current/sonar/query-manage/managing-data/file-upload/
export:
supported: true
evidence: |
Can download query results as CSV. See https://docs.dremio.com/cloud/sonar/query-manage/querying-data/#7-result-set-actions
caveats: |
This requires manual clicking in the UI.
csv_on_s3:
import:
supported: true
evidence: https://docs.dremio.com/24.3.x/sonar/data-sources/object/s3/
export: &dremio_export_general
supported: false
evidence: https://community.dremio.com/t/can-dremio-write-back-to-the-source-db/5144/2
csv_on_azure:
import:
supported: true
evidence: |
https://docs.dremio.com/24.3.x/sonar/data-sources/object/azure-storage
export: *dremio_export_general
csv_on_google_cloud_storage:
import:
supported: true
evidence: |
https://docs.dremio.com/24.3.x/sonar/data-sources/object/gcs
export: *dremio_export_general
oracle:
import:
supported: true
evidence: https://docs.dremio.com/current/sonar/data-sources/databases/oracle
export: *dremio_export_general
mysql:
import:
supported: true
evidence: https://docs.dremio.com/24.3.x/sonar/data-sources/databases/mysql
export: *dremio_export_general
postgres:
import:
supported: true
evidence: https://docs.dremio.com/24.3.x/sonar/data-sources/databases/postgres
export: *dremio_export_general
sql_server:
import:
supported: true
evidence: https://docs.dremio.com/24.3.x/sonar/data-sources/databases/sql-server
export: *dremio_export_general
mongodb:
import:
supported: true
evidence: https://docs.dremio.com/24.3.x/sonar/data-sources/databases/mongo
export: *dremio_export_general

0 comments on commit aa2b89d

Please sign in to comment.