-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Databases other than DuckDB #399
Comments
working on this issue! and almost done! |
We're interested in BigQuery + StarRocks adapters. Once there's an adapter pattern, we'd be happy to help contribute SQL interface translations. |
I'm interested in Azure SQL and Azure Synapse databases. |
https://github.com/tobymao/sqlglot could be an interesting experiment to build a rest server that proxies queries to another database. I'm sure it's still tricky because of data loading but worth a try. |
Wrote documentation for how to connect (PostgreSQL, MySQL, SQLite) using DuckDB extensions: |
Create new connectors, for example to Postgres, Clickhouse, or Snowflake. Identify breakage points for Mosaic’s current SQL query generation and design solutions for translating from an internal "canonical" query language to different DB dialects.
A good starting point would be to leverage multi database support in DuckDB.
The text was updated successfully, but these errors were encountered: