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

Support clickhouse #245

Open
cmdares opened this issue Feb 1, 2019 · 3 comments
Open

Support clickhouse #245

cmdares opened this issue Feb 1, 2019 · 3 comments

Comments

@cmdares
Copy link

cmdares commented Feb 1, 2019

Clickhouse is the direction of big data in the future.
Currently, it is widely used in many scenarios. We hope the community can support it.
thanks!

@sakama
Copy link
Member

sakama commented Feb 1, 2019

Hi.

We have no plan to develop & bundle embulk-output-clickhouse in this repository for now, unfortunately.
There is no developer in (owner|maintainer|collaborator) who is familiar with Clickhouse.
I recommend that you or someone develop embulk-output-clickhouse like embulk-input-clickhouse.

embulk-output-jdbc and its family are released to Bintray
So you can implement your own plugin by inheriting embulk-output-jdbc. That means you don't have to write entire code by yourself.

vi build.gradle

compile 'org.embulk.output.jdbc:embulk-output-jdbc:0.8.2'

https://bintray.com/embulk-output-jdbc/maven/embulk-output-jdbc

@kakoni
Copy link
Contributor

kakoni commented Feb 7, 2020

Hi! Just implemented early alpha version for clickhouse output. See https://github.com/kakoni/embulk-output-clickhouse

@sakama
Copy link
Member

sakama commented Feb 9, 2020

Awesome 👍

Please send a PR to https://github.com/embulk/plugins.embulk.org repository after you push to RubyGems.org so that your plugin will be shown in the plugin list page.
e.g. embulk/plugins.embulk.org#4

If you have a question regarding to implementation or something, please let us know. We can help you.

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

No branches or pull requests

3 participants