-
Updated
Aug 11, 2020 - Java
clickhouse
Here are 18 public repositories matching this topic...
-
Updated
Oct 4, 2020 - Java
-
Updated
Sep 21, 2020 - Java
@aleksanchezz @ashulenko
Probably, for more obvious using this sink we should add the cpecific interface, something like this:
public interface ClickHouseSinkConverter<T> {
String convert(T record);
}And we can use it directly in the sink:
ClickHouseSinkConverter<SomeClass> chConverter = ....;
DataStream<YourEvent> dataStream = ...;
dataStream.addSink(new Cli-
Updated
Aug 24, 2020 - Java
-
Updated
May 27, 2019 - Java
-
Updated
Apr 9, 2018 - Java
-
Updated
May 25, 2020 - Java
-
Updated
Aug 15, 2017 - Java
-
Updated
Oct 3, 2020 - Java
-
Updated
Jul 13, 2020 - Java
Improve this page
Add a description, image, and links to the clickhouse topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the clickhouse topic, visit your repo's landing page and select "manage topics."