Skip to content
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

Generic JDBC connector for any back-end data source that's currently not supported by presto #14278

Open
RugratsJ opened this issue Mar 22, 2020 · 2 comments

Comments

@RugratsJ
Copy link

Is it possible to create a generic JDBC connector for any back-end data source that's currently not supported by Presto? For example, for netezza, we could drop the Netezza jar file to the generic-jdbc catalog folder after the installation. Currently, Starburst Presto has the generice-jdbc connector in place. For the open source Presto, it will be nice to have this connector to support any other JDBC compatible data source that's not supported by Presto.

@tooptoop4
Copy link

tooptoop4 commented Mar 23, 2020

trinodb/trino#3105 could be ported

@RugratsJ
Copy link
Author

RugratsJ commented May 5, 2020

@tooptoop4, there are so much difference between internal prestodb and prestosql, including the base-jdbc class, port it from prestosql into prestodb will take a lot of time. Is it possible that we could create a similar one in prestodb?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants