Do we have plan to support Clickhouse as connector...
# random
w
Do we have plan to support Clickhouse as connector?
m
There are no volunteers yet to contribute to it but if there are any, we would definitely welcome it
s
Apache Bahir project has a PR for the Clickhouse connector https://github.com/apache/bahir-flink/pull/85
m
That's using the old interfaces so that won't be merged. New Flink connectors need to end up in their own repository
πŸ‘ 2
s
@Martijn Visser could you tell me please, if I get data from StreamSource, then for each entity from streaming I need to do table queries (using query parameters from entity), then union/minus/intersect tables, and resulting table write to StreamSink. Do you know how to create TableEnvironment in Batch mode from StreamExectutionEnvironment?
m
@Sergey G I've been away for holiday, but that is documented at https://nightlies.apache.org/flink/flink-docs-master/docs/dev/datastream/execution_mode/