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

Create connector for ClickHouse #4500

Closed
GPF199541 opened this issue Jul 20, 2020 · 6 comments
Closed

Create connector for ClickHouse #4500

GPF199541 opened this issue Jul 20, 2020 · 6 comments
Labels
enhancement New feature or request
Milestone

Comments

@GPF199541
Copy link

No description provided.

@mosabua
Copy link
Member

mosabua commented Jul 20, 2020

You could implement a new connector that uses the Clickhouse JDBC driver https://clickhouse.tech/docs/en/interfaces/jdbc/

Similar to e.g. how the PostgreSQL connector works.

@ebyhr ebyhr changed the title how to support clickhouse Create connector for ClickHouse Jul 23, 2020
@ebyhr ebyhr added the enhancement New feature or request label Jul 23, 2020
@wgzhao
Copy link
Member

wgzhao commented Jul 24, 2020

I had create clickhouse for prestosql version 338 and has applied my production environment.

https://github.com/wgzhao/presto-clickhouse

@findepi
Copy link
Member

findepi commented Jul 24, 2020

@wgzhao nice! Would you be interested in contributing this?
This would make it easier for others to use your connector and also
it would be kept up to date.

@wgzhao
Copy link
Member

wgzhao commented Jul 24, 2020

@wgzhao nice! Would you be interested in contributing this?

This would make it easier for others to use your connector and also

it would be kept up to date.
ok
how can i do for it?

@mosabua
Copy link
Member

mosabua commented Jul 24, 2020

You would have to send a pull request that adds the connector to the main project here. We have detailed documentation on the website.

And of course reach out on slack so that @findepi and other maintainers can help with any questions.

@findepi
Copy link
Member

findepi commented Mar 2, 2021

The connector has been merged (#4909) and will be availble in the next release.

I created #7103 to track follow up work.

@findepi findepi closed this as completed Mar 2, 2021
@findepi findepi mentioned this issue Mar 2, 2021
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging a pull request may close this issue.

5 participants