Converting Snowflake, RedShift, Big Query, Trino, ClickHouse, Druid SQL to StarRocks SQL (WIP) #25016
Closed
Replies: 1 comment 1 reply
-
Would love to see progress on this task as it makes migration easier to Starrocks. Thanks :) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Preferred
This tutorial is to show how to quickly build a Streaming ELT job from MySQL to StarRocks using Flink CDC 3.0,including the feature of sync all table of one database, schema change evolution and sync sharding tables into one table.
https://ververica.github.io/flink-cdc-connectors/master/content/quickstart/mysql-starrocks-pipeline-tutorial.html
General advice for SQL converting
Check out this project - https://github.com/tobymao/sqlglot
Trino Read Query Support in StarRocks
Trino: As of 3.1 we support the Trino dialect for query.
Converting a Snowflake data load into a StarRocks data load
#24505
Product Feature substitution from StarRocks to Snowflake, RedShift, BigQuery
#23805
Beta Was this translation helpful? Give feedback.
All reactions