-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Search before asking
- I had searched in the feature and found no similar feature requirement.
Description
First thing is to add existing Trino JDBC Drives Support as source and sink connector.
- Add Trino JDBC as source connector
- Add Trino JDBC as sink connector
- Think about Trino as engine (maybe)
- Add Arrow Flight SQL as source connector ( as JDBC or ADBC ) @sunxiaojian
- Add Arrow Flight SQL as sink connector ( as JDBC or ADBC ) @sunxiaojian
Just to leave this here:
Some good example of Flight SQL server as reference:
- https://github.com/voltrondata/flight-sql-server-example
- https://www.kamu.dev/blog/2023-09-datafusion-flightsql/ https://github.com/kamu-data/kamu-cli
- https://www.postgresql.org/about/news/apache-arrow-flight-sql-adapter-for-postgresql-010-2716/
Usage Scenario
- Data synchronization from Trino
- Data synchronization to Trino
- Using Trino as SQL engine for transformer ( including data enrichment from source to sink by existing data in Trino )
- Fast data synchronization by Arrow Flight support
Related issues
About Trino Dialect - #4162
Are you willing to submit a PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
Hisoka-X and shashwatsai