-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Guidance to implement clickhouse connector #12440
Comments
Hi, you can develop JDBC based connector very easily.
Ref: #9620 |
I opened a PR aiming to solve this problem. Happy to get feedback and help on this. |
Hey! I already made a connector for clickhouse. Would you like to review my plugin, give feedback and eventually merge that into this repo? |
@zeeshanabid94 of course! send me the link and i'll check it out! My team and I need to have Clickhouse working with Presto ASAP :) |
Great! I'll send you the link to the repo tomorrow. |
@spaghettifunk , @zeeshanabid94 could you discuss which PR you wanna proceed with? We can review once you have reached a consensus. |
Let's use #9620 to track the ticket. |
Please share for this friend. |
Hey guys!
We were recently looking at looker as our BI tool but as it turns out presto does not support clickhouse. Clickhouse has JDBC drivers and Presto has a extendable interface to support any JDBC driver.
I have gone through the presto developer docs. I would appreciate it if there were other sources of guidance that any one knows.
Thank you!
The text was updated successfully, but these errors were encountered: