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

add clickhouse-sink support #47

Open
lingya opened this issue Dec 19, 2018 · 1 comment
Open

add clickhouse-sink support #47

lingya opened this issue Dec 19, 2018 · 1 comment

Comments

@lingya
Copy link
Collaborator

lingya commented Dec 19, 2018

create sink table flink2ck(
key varchar,
message varchar,
event_time date
) with(
type = 'ideal.sylph.plugins.clickhouse.ClickHouseSink',
userName = 'default',
password ='default',
bulkSize = 20000 -- 默认20000
url = 'jdbc:clickhouse://localhost:9000',
query = 'insert into flink2ck values(?,?,?)'
);

@harbby
Copy link
Owner

harbby commented Dec 19, 2018

Very looking forward to

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